Search Results for

    Show / Hide Table of Contents

    Class DbInfoResult

    Inheritance
    System.Object
    DbInfoResult
    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 DbInfoResult

    Constructors

    | Improve this Doc View Source

    DbInfoResult(Int32, String, String, Nullable<Boolean>, Object)

    Declaration
    public DbInfoResult(int type, string dbtype, string dbtypeFull, bool? isnullable, object defaultValue)
    Parameters
    Type Name Description
    System.Int32 type
    System.String dbtype
    System.String dbtypeFull
    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

    type

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