Changes between Version 29 and Version 30 of FDORfc34
- Timestamp:
- 04/17/09 10:58:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v29 v30 301 301 302 302 /// \brief 303 /// Gets the index of the property atwith the given name.303 /// Gets the index of the property with the given name. 304 304 /// 305 305 /// \param index … … 514 514 515 515 /// \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 516 527 /// Gets the data type of the column at the specified index. 517 528 ///