GeoPackageMetadataWriter.WriteTableReference Method
Writes a metadata reference entry to the GeoPackage file with a table reference scope. Note that BeginTransaction needs to have been called before this method can be used. Throws if the table name does not exist in the GeoPackage.
WriteTableReference(System.Int64 id, System.String tableName)
Writes a metadata reference entry to the GeoPackage file with a table reference scope. Note that BeginTransaction needs to have been called before this method can be used. Throws if the table name does not exist in the GeoPackage.Syntax
public void WriteTableReference (
System.Int64 id,
System.String tableName
)
Parameters
The metadata entry id.
The name of the table which the metadata is referencing.
Platforms
Windows, Linux, Android