Interface IUserTypeMapping
Namespace: Npgsql.Internal.TypeMapping
Assembly: Npgsql.dll
Syntax
public interface IUserTypeMapping
Properties
ClrType
Declaration
Type ClrType { get; }
Property Value
Type | Description |
---|---|
Type |
PgTypeName
Declaration
string PgTypeName { get; }
Property Value
Type | Description |
---|---|
String |
Methods
CreateHandler(PostgresType, NpgsqlConnector)
Declaration
NpgsqlTypeHandler CreateHandler(PostgresType pgType, NpgsqlConnector connector)
Parameters
Type | Name | Description |
---|---|---|
PostgresType | pgType | |
NpgsqlConnector | connector |
Returns
Type | Description |
---|---|
NpgsqlTypeHandler |