Data.DBXDelegate.TDBXDelegateReader.GetOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOrdinal(const Name: string): TInt32; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateReader

Description

Determines the ordinal position, from Values, of a column by its name.

Data.DBXDelegate.TDBXDelegateReader.GetOrdinal inherits from Data.DBXCommon.TDBXValueList.GetOrdinal. All content below this line refers to Data.DBXCommon.TDBXValueList.GetOrdinal.

Determines the ordinal position, from Values, of a column by its name.

GetOrdinal returns the ordinal position of the column named Name in Values.

See Also