View Source
Class DbTypes
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Constructors
View Source
DbTypes(IReadOnlyDictionary<Type, String>, IReadOnlyDictionary<Type, DbType>)
Declaration
public DbTypes(IReadOnlyDictionary<Type, string> columnTypeMap, IReadOnlyDictionary<Type, DbType> columnDbTypeMap)
Parameters
Type |
Name |
Description |
IReadOnlyDictionary<Type, System.String> |
columnTypeMap |
|
IReadOnlyDictionary<Type, System.Data.DbType> |
columnDbTypeMap |
|
Properties
View Source
ColumnDbTypeMap
Declaration
public IReadOnlyDictionary<Type, DbType> ColumnDbTypeMap { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<Type, System.Data.DbType> |
|
View Source
ColumnTypeMap
Declaration
public IReadOnlyDictionary<Type, string> ColumnTypeMap { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<Type, System.String> |
|