PostGisDriver.FromDefinition

PostGisDriver.FromDefinition method

Allows the start of the process of configuring the data source IFromDefinitionDataSource for further work with it.

public FromDefinitionDataSourceBuilder FromDefinition(string tableName)
ParameterTypeDescription
tableNameStringName of the database table from which the data will be extracted

Return Value

FromDefinitionDataSourceBuilder

See Also