Class IndexColumn
The class represents an column of an index
Inheritance
System.Object
IndexColumn
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public class IndexColumn
Properties
| Improve this Doc View SourceIsDescending
Declaration
public bool IsDescending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyOrdinal
Declaration
public int KeyOrdinal { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |