Geotools.Net

ShapefileDataReader.GetSchemaTable Method 

Returns a DataTable that describes the column metadata of the IDataReader.

[Visual Basic]
NotOverridable Public Function GetSchemaTable() As DataTable Implements _
   IDataReader.GetSchemaTable
[C#]
public DataTable GetSchemaTable();

Return Value

A DataTable that describes the column metadata.

Implements

IDataReader.GetSchemaTable

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.GetSchemaTable

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace