Class UserTypeMapping
- Namespace
- Npgsql.TypeMapping
- Assembly
- Npgsql.dll
The base class for user type mappings.
public abstract class UserTypeMapping
- Inheritance
-
UserTypeMapping
- Inherited Members
Properties
ClrType
The CLR type that this mapping is for.
public Type ClrType { get; }
Property Value
PgTypeName
The name of the PostgreSQL type that this mapping is for.
public string PgTypeName { get; }