GeoPackageMetadataWriter.WriteTableReference Method
Thread safety: This property is not thread-safe.
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
id
Type: System.Int64
The metadata entry id.
The metadata entry id.
tableName
Type: System.String
The name of the table which the metadata is referencing.
The name of the table which the metadata is referencing.
Platforms
Windows, Linux, Android