Data.DBXCommonTable.TDBXCustomValueRow.GetOrdinal
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXCustomValueRow |
Delphi
function GetOrdinal(const ColumnName: string): Integer; override;
C++
virtual int __fastcall GetOrdinal(const System::UnicodeString ColumnName)/* overload */;
Description
Returns the ordinal of the specified column.
The GetOrdinal method returns the ordinal number of the column specified by the ColumnName
parameter.