public property O2GTableColumnCollection.Item

Brief

Gets a column by its unique identifier.

Declaration
C#
O2GTableColumn  this[string id] get;

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 O2GTableColumnCollection

back