Models an index column.
Default constructor
public Void IndexColumn()
Direction for ordening of column.
public Direction Direction { get; set; }
Whether the column is a Sql Server included column.
public Boolean IsIncludedColumn { get; set; }
Name of the column.
public String Name { get; set; }
Position of the column in the index.
public Int32 Position { get; set; }
Returns a textual representation of the object.
public String ToString()
In this document