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