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 SourceLabelInfo(String, String)
Declaration
public LabelInfo(string label, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | label | |
| System.String | value |
Properties
| Improve this Doc View Sourcelabel
Declaration
public string label { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
value
Declaration
public string value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |