Imports a shapefile into a dababase table.
[Visual Basic]
Public Shared Function ImportShapefile( _
ByVal filename As String, _
ByVal connectionstring As String, _
ByVal tableName As String _
) As Integer
Missing <returns> documentation for M:Geotools.Data.Shapefile.ImportShapefile(System.String,System.String,System.String)
This method assumes a table has already been crated in the database.
Calling this method does not close the connection that is passed in.
Shapefile Class | Shapefile Members | Geotools.Data Namespace