MapPackage.RemoveDataTable Method
Removes a table from the OGC GeoPackage file this MapPackage is connected to.
Thread safety: This method is thread-safe.
RemoveDataTable(System.String tableName)
Removes a table from the OGC GeoPackage file this MapPackage is connected to.Syntax
public System.Boolean RemoveDataTable (
System.String tableName
)
Parameters
tableName
Type: System.String
The name of the table to remove from the GeoPackage.
The name of the table to remove from the GeoPackage.
Return Value
Type: System.Boolean
A collection of MapPackageTable.True if the table could be removed, False otherwise.
A collection of MapPackageTable.True if the table could be removed, False otherwise.
Platforms
Windows, Linux, Android