MobileForms Toolkit Documentation

TableMapping.Item Property

Returns the name of the i-th column in the underlying DataTable.

public override string this[
int i
] {get;}

Parameters

i
The index of the column.

Exceptions

Exception Type Condition
IndexOutOfRangeException if the index is out of range.

See Also

TableMapping Class | Resco.Controls.AdvancedComboBox Namespace