Show / Hide Table of Contents

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 Source

IsDescending

Declaration
public bool IsDescending { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

KeyOrdinal

Declaration
public int KeyOrdinal { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2018