Class TypeMappingInfo
Inheritance
TypeMappingInfo
Assembly: Npgsql.dll
Syntax
public class TypeMappingInfo
Constructors
TypeMappingInfo(Nullable<NpgsqlDbType>, String, Type)
Declaration
public TypeMappingInfo(NpgsqlDbType? npgsqlDbType, string dataTypeName, Type clrType)
Parameters
TypeMappingInfo(Nullable<NpgsqlDbType>, String, Type[])
Declaration
public TypeMappingInfo(NpgsqlDbType? npgsqlDbType, string dataTypeName, params Type[] clrTypes)
Parameters
Properties
ClrTypes
Declaration
public Type[] ClrTypes { get; }
Property Value
DataTypeName
Declaration
public string DataTypeName { get; }
Property Value
DbType
Declaration
public DbType DbType { get; }
Property Value
NpgsqlDbType
Declaration
public NpgsqlDbType? NpgsqlDbType { get; }
Property Value