MapMatrix NetGIS Class Library

DataTable.Create Method 

Creates the Columns for the DataTable

public void Create(
   string columnList
);

Parameters

columnList
Comma delimited string of column names (e.g. "name,address,zip")

See Also

DataTable Class | MapMatrix.MapControls Namespace