Interface IDatabaseDataSource
IDatabaseDataSource interface
Provide the ability to read geospatial data from the database.
public interface IDatabaseDataSource
Methods
Name | Description |
---|---|
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
- namespace Aspose.Gis.Formats.Database
- assembly Aspose.GIS