Search Results for

    Show / Hide Table of Contents

    Class CsToDb

    Inheritance
    System.Object
    CsToDb
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public static class CsToDb

    Methods

    | Improve this Doc View Source

    New<T>(T, String, String, Nullable<Boolean>, Nullable<Boolean>, Object)

    Declaration
    public static CsToDb<T> New<T>(T type, string dbtype, string dbtypeFull, bool? isUnsigned, bool? isnullable, object defaultValue)
    Parameters
    Type Name Description
    T type
    System.String dbtype
    System.String dbtypeFull
    System.Nullable<System.Boolean> isUnsigned
    System.Nullable<System.Boolean> isnullable
    System.Object defaultValue
    Returns
    Type Description
    CsToDb<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX