Interface IDatabaseDataSource

IDatabaseDataSource interface

Provide the ability to read geospatial data from the database.

public interface IDatabaseDataSource

Methods

NameDescription
ReadAsync(DbConnection, IDictionary<string, object>)Method for reading geospatial data.
ReadAsync(DbConnection, DbTransaction, IDictionary<string, object>)Method for reading geospatial data within a transaction..

See Also