Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
bool GetOrdinal( TCHAR* pColumnName**, ULONG*** pOrdinal ) const;
Return Value
Returns true if a column with the specified name is found. Otherwise, this function returns false.
Parameters
pColumnName
[in] A pointer to the character string containing the column name.
pOrdinal
[out] A pointer to the column number.
Remarks
Call this function to retrieve the column number given a column name.