MobileForms Toolkit Documentation

TableMapping.AddColumns Method 

Add the columns to underlying datatable.

public override void AddColumns(
string[] names
);

Parameters

names
The names of the columns to add.

Remarks

The created columns are of type String.

See Also

TableMapping Class | Resco.Controls.AdvancedComboBox Namespace