MobileForms Toolkit Documentation

TableMapping.GetName Method 

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

public override string GetName(
int i
);

Parameters

i
The index of the column.

Return Value

The name of the column or null, if the index is out of range.

See Also

TableMapping Class | Resco.Controls.AdvancedList Namespace