Search Results for

    Show / Hide Table of Contents

    Class CsToDb<T>

    Inheritance
    System.Object
    CsToDb<T>
    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 class CsToDb<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

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

    Declaration
    public CsToDb(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

    Properties

    | Improve this Doc View Source

    dbtype

    Declaration
    public string dbtype { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    dbtypeFull

    Declaration
    public string dbtypeFull { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    defaultValue

    Declaration
    public object defaultValue { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    isnullable

    Declaration
    public bool? isnullable { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    isUnsigned

    Declaration
    public bool? isUnsigned { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    type

    Declaration
    public T type { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX