PostGisDriver.OpenDataset

PostGisDriver.OpenDataset method

Opens the dataset.

public override Dataset OpenDataset(IDbConnection connection)
ParameterTypeDescription
connectionIDbConnectionOpened connection to the database.

Return Value

An instance of Dataset.

Exceptions

exceptioncondition
ArgumentNullExceptionThe connection is null.
GisExceptionError reading the dataset.
IOExceptionAn I/O error occurred.

See Also