Search Results for

    Show / Hide Table of Contents

    Class DbTypes

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.SqlSyntax
    Assembly: cs.temp.dll.dll
    Syntax
    public class DbTypes

    Constructors

    DbTypes(IReadOnlyDictionary<Type, String>, IReadOnlyDictionary<Type, DbType>)

    Declaration
    public DbTypes(IReadOnlyDictionary<Type, string> columnTypeMap, IReadOnlyDictionary<Type, DbType> columnDbTypeMap)
    Parameters
    Type Name Description
    System.Collections.Generic.IReadOnlyDictionary<System.Type, System.String> columnTypeMap
    System.Collections.Generic.IReadOnlyDictionary<System.Type, DbType> columnDbTypeMap

    Properties

    ColumnDbTypeMap

    Declaration
    public IReadOnlyDictionary<Type, DbType> ColumnDbTypeMap { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.Type, DbType>

    ColumnTypeMap

    Declaration
    public IReadOnlyDictionary<Type, string> ColumnTypeMap { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.Type, System.String>
    In This Article
    • Constructors
      • DbTypes(IReadOnlyDictionary<Type, String>, IReadOnlyDictionary<Type, DbType>)
    • Properties
      • ColumnDbTypeMap
      • ColumnTypeMap
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX