Class LegacyPostgisHandlerFactory
Inheritance
LegacyPostgisHandlerFactory
Inherited Members
Namespace: Npgsql.LegacyPostgis
Assembly: Npgsql.LegacyPostgis.dll
Syntax
public class LegacyPostgisHandlerFactory : NpgsqlTypeHandlerFactory<PostgisGeometry>
Methods
Create(PostgresType, NpgsqlConnection)
Declaration
public override NpgsqlTypeHandler<PostgisGeometry> Create(PostgresType postgresType, NpgsqlConnection conn)
Parameters
Type | Name | Description |
---|---|---|
PostgresType | postgresType | |
NpgsqlConnection | conn |
Returns
Type | Description |
---|---|
NpgsqlTypeHandler<PostgisGeometry> |
Overrides
Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<Npgsql.LegacyPostgis.PostgisGeometry>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)