Table of Contents

Property IndexColumns

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

IndexColumns

Gets the collection of columns included in this index along with their sort order.

public IReadOnlyCollection<(string, IndexOrderType)> IndexColumns { get; }

Property Value

IReadOnlyCollection<(string, IndexOrderType)>

Remarks

Each tuple contains the column name and the sort order (Ascending or Descending). The order of columns in the collection determines the index's column order.