RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetOrdinal Method

Gets the column ordinal from the name.

Pascal
function GetOrdinal(Name: String): Integer; override;
C++
virtual __fastcall int GetOrdinal(AnsiString Name);

GetOrdinal gets the column ordinal from its name. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!