Changes between Version 16 and Version 17 of FDORfc23
- Timestamp:
- 07/16/08 12:03:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc23
v16 v17 117 117 /// \brief 118 118 /// Gets the name of the schema that the command will be restricted to. 119 /// This function is optional; if not specified, 120 /// execution of the command will describe requested classes from all schemas. 119 /// This function is optional; if not specified, execution of the command will 120 /// describe requested classes using the qualified class name. If the class name 121 /// is not qualified, the requested class from all schemas will be described. 121 122 /// 122 123 /// \return … … 127 128 /// \brief 128 129 /// Sets the name of the schema that the command will be restricted to. 129 /// This function is optional; if not specified 130 /// execution of the command will describe requested classes from all schemas. 130 /// This function is optional; if not specified, execution of the command will 131 /// describe requested classes using the qualified class name. If the class name 132 /// is not qualified, the requested class from all schemas will be described. 131 133 /// 132 134 /// \param value … … 161 163 /// \brief 162 164 /// Executes the DescribeClasses command and returns a 163 /// FdoFeatureSchemaCollection. If the specified schema name does not exist,165 /// FdoFeatureSchemaCollection. If the specified schema name or a class name does not exist, 164 166 /// the Execute method throws an exception. 165 167 ///