MapPackageDataSet.TableName Property
Gets or sets the name of the table in the GeoPackage or Map Package file that the dataset will read from.
Syntax
public System.String TableName { get; set; }
Property Value
Default: ""
The name of a table in the file that the dataset will read from.
Remarks
The TableName identifies a set of data in a GeoPackage or Map Package file, for example an aerial photo or elevation data. The property is not used for MBTiles raster files.
If you use Carmenta Studio, it is easy to discover the table names that are available in a GeoPackage or Map Package. Simply create a MapPackageDataSet and specify the Path and/or FileName so that the GeoPackage or Map Package file can be found on disk; Carmenta Studio will then populate a drop-down list for the TableName property with all available table names.
If you do not use Carmenta Studio, you can instead call DataSetInfo.FromDirectory or DataSetInfo.FromFile. You will get a main DataSetInfo with DataSetInfo.Children and each child will represent a table, with a tableName attribute in the DataSetInfo.AdditionalInfo.
Platforms
Windows, Linux, Android