public method O2GTableColumnCollection.get

Brief

Gets a column by its unique identifier.

Declaration
Java
O2GTableColumn  get (String sId)

Parameters
sId

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 O2GTableColumnCollection

back