Class NpgsqlLegacyPostgisExtensions
Extension adding the legacy PostGIS types to an Npgsql type mapper.
Inherited Members
Namespace: Npgsql
Assembly: Npgsql.LegacyPostgis.dll
Syntax
public static class NpgsqlLegacyPostgisExtensions
Methods
| Improve this DocUseLegacyPostgis(INpgsqlTypeMapper)
Sets up the legacy PostGIS types to an Npgsql type mapper.
Declaration
public static INpgsqlTypeMapper UseLegacyPostgis(this INpgsqlTypeMapper mapper)
Parameters
Type | Name | Description |
---|---|---|
INpgsqlTypeMapper | mapper | The type mapper to set up (global or connection-specific) |
Returns
Type | Description |
---|---|
INpgsqlTypeMapper |