Changes between Version 16 and Version 17 of FDORfc23


Ignore:
Timestamp:
Jul 16, 2008, 12:03:33 PM (16 years ago)
Author:
ronnielouie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc23

    v16 v17  
    117117    /// \brief
    118118    /// 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.
    121122    ///
    122123    /// \return
     
    127128    /// \brief
    128129    /// 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.
    131133    ///
    132134    /// \param value
     
    161163    /// \brief
    162164    /// 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,
    164166    /// the Execute method throws an exception.
    165167    ///