Data.DBXCommonTable.TDBXDelegateTable.GetOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOrdinal(const ColumnName: string): Integer; override;

C++

virtual int __fastcall GetOrdinal(const System::UnicodeString ColumnName)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXDelegateTable

Description

Returns the ordinal position of the given column.

GetOrdinal returns the ordinal position in the table of the column with the given ColumnName.

See Also