MobileForms Toolkit Documentation

TableMapping.GetOrdinal Method 

Returns the index of the column with given name in the underlying DataTable.

public override int GetOrdinal(
string name
);

Parameters

name
The name of the column.

Return Value

The index of the column or -1, if the column is not in the table.

See Also

TableMapping Class | Resco.Controls.AdvancedComboBox Namespace