Search Results for

    Show / Hide Table of Contents

    Class DbTypeInfo

    Inheritance
    System.Object
    DbTypeInfo
    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.DatabaseModel
    Assembly: FreeSql.dll
    Syntax
    public class DbTypeInfo

    Properties

    | Improve this Doc View Source

    Labels

    枚举项

    Declaration
    public List<DbTypeInfo.LabelInfo> Labels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DbTypeInfo.LabelInfo>
    | Improve this Doc View Source

    Name

    类型标识

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX