Search Results for

    Show / Hide Table of Contents

    Class DbTypeInfo.LabelInfo

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

    Constructors

    | Improve this Doc View Source

    LabelInfo(String, String)

    Declaration
    public LabelInfo(string label, string value)
    Parameters
    Type Name Description
    System.String label
    System.String value

    Properties

    | Improve this Doc View Source

    label

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

    value

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