Changes between Version 46 and Version 47 of FDORfc34
- Timestamp:
- 09/14/09 19:08:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v46 v47 84 84 ... 85 85 /// \brief 86 /// Gets the name of the property at the given ordinal position. 87 /// 88 /// \param index 89 /// Input the position of the property. 90 /// 91 /// \return 92 /// Returns the property name 93 /// 94 FDO_API virtual FdoString* GetPropertyName(FdoInt32 index) = 0; 95 96 /// \brief 97 /// Gets the index of the property with the specified name. 98 /// 99 /// \param propertyName 100 /// Input the property name. 101 /// 102 /// \return 103 /// Returns the property index 104 /// 105 FDO_API virtual FdoInt32 GetPropertyIndex(FdoString* propertyName) = 0; 106 107 /// \brief 86 108 /// Returns true if the value of the property at the specified 87 109 /// index is null. … … 391 413 ... 392 414 ... 415 /// \brief 416 /// Gets the index of the column with the given column name. 417 /// 418 /// \param columnName 419 /// Input the column name. 420 /// 421 /// \return 422 /// Returns the column index 423 /// 424 FDO_API virtual FdoInt32 GetColumnIndex(FdoString* columnName) = 0; 425 393 426 /// \brief 394 427 /// Returns true if the value of the specified column is null.