Class IndexColumnInfo
Inheritance
System.Object
IndexColumnInfo
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 IndexColumnInfo
Properties
| Improve this Doc View SourceColumn
Declaration
public ColumnInfo Column { get; set; }
Property Value
| Type | Description |
|---|---|
| ColumnInfo |
IsDesc
Declaration
public bool IsDesc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |