Search Results for

    Show / Hide Table of Contents

    Class DbTypeMap

    Provide functions to convert CLR-Types to DbTypes

    Inheritance
    System.Object
    DbTypeMap
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Data
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class DbTypeMap

    Methods

    | Improve this Doc View Source

    ClrToDbType(Type)

    Get System.Data.DbType from a clr type

    Declaration
    public static DbType ClrToDbType(Type type)
    Parameters
    Type Name Description
    System.Type type

    Clr-Type instance

    Returns
    Type Description
    System.Data.DbType

    DbType value

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx