MapMatrix NetGIS Class Library

Utilities.ConvertToMSDataTable Method (GeoCodeResultList)

Converts a MapControls GeoCodeResultList to a Microsoft System.Data.DataTable object This can be useful when you need a object to bind to various user interface controls.

public static DataTable ConvertToMSDataTable(
   GeoCodeResultList value
);

Parameters

value
MapMatrix.MapControls.GeoCodeResultList to convert

Return Value

Resultant System.Data.DataTable

See Also

Utilities Class | MapMatrix.MapControls Namespace | Utilities.ConvertToMSDataTable Overload List