Changes between Version 29 and Version 30 of FDORfc34


Ignore:
Timestamp:
Apr 17, 2009, 10:58:34 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v29 v30  
    301301
    302302    /// \brief
    303     /// Gets the index of the property at with the given name.
     303    /// Gets the index of the property with the given name.
    304304    ///
    305305    /// \param index
     
    514514
    515515    /// \brief
     516    /// Gets the index of the column with the given name.
     517    ///
     518    /// \param index
     519    /// Input the name of the property.
     520    ///
     521    /// \return
     522    /// Returns the property index
     523    ///
     524    FDO_API virtual FdoInt32 GetColumnIndex(FdoString* propertyName)
     525
     526    /// \brief
    516527    /// Gets the data type of the column at the specified index.
    517528    ///