Class PostgisRawHandlerFactory
Inheritance
PostgisRawHandlerFactory
Inherited Members
Namespace: Npgsql.RawPostgis
Assembly: Npgsql.RawPostgis.dll
Syntax
public class PostgisRawHandlerFactory : NpgsqlTypeHandlerFactory<byte[]>
Methods
Create(PostgresType, NpgsqlConnection)
Declaration
public override NpgsqlTypeHandler<byte[]> Create(PostgresType postgresType, NpgsqlConnection conn)
Parameters
Type | Name | Description |
---|---|---|
PostgresType | postgresType | |
NpgsqlConnection | conn |
Returns
Type | Description |
---|---|
NpgsqlTypeHandler<Byte[]> |
Overrides
Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<System.Byte[]>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)