PostGisDriverOpenDataset Method

Opens the dataset.

Namespace:  Aspose.Gis.Formats.PostGis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override Dataset OpenDataset(
	IDbConnection connection
)

Parameters

connection
Type: System.DataIDbConnection
Opened connection to the database.

Return Value

Type: Dataset
An instance of Dataset.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe connection is .
GisExceptionError reading the dataset.
IOExceptionAn I/O error occurred.
See Also