Class PostGisDriver

PostGisDriver class

A driver for the PostGIS database.

public class PostGisDriver : DatabaseDriver

Methods

NameDescription
FromDefinition(string)Allows the start of the process of configuring the data source IFromDefinitionDataSource for further work with it.
FromQuery(string)Configuring the data source for custom database queries.
override OpenDataset(IDbConnection)Opens the dataset.

See Also