public method IO2GTableColumnCollection.find

Brief

Gets a column by its unique identifier.

Declaration
C++
virtual IO2GTableColumn find (const char * id) = 0

Parameters
id

The unique identifier of the column to find. For example, AccountName, Balance from the Accounts table, RequestID, Rate from the Orders table, etc.

Returns

If the column with the specified identifier is not found, the method returns null.

Declared in IO2GTableColumnCollection

back