Search Results for

    Show / Hide Table of Contents
    View Source

    Class DbTypes

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

    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>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DbTypes(IReadOnlyDictionary<Type, String>, IReadOnlyDictionary<Type, DbType>)
    • Properties
      • ColumnDbTypeMap
      • ColumnTypeMap
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX