PostGisDriver.OpenDataset
PostGisDriver.OpenDataset method
Opens the dataset.
public override Dataset OpenDataset(IDbConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IDbConnection | Opened connection to the database. |
Return Value
An instance of Dataset
.
Exceptions
exception | condition |
---|---|
ArgumentNullException | The connection is null . |
GisException | Error reading the dataset. |
IOException | An I/O error occurred. |
See Also
- class Dataset
- class PostGisDriver
- namespace Aspose.Gis.Formats.PostGis
- assembly Aspose.GIS