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