Properties of class IndexInfo

class IndexInfo | Constructors | All Members


Public Properties

Gets the fields.
public FieldInfoSet Fields { get; }

Gets the index.
public int Index { get; }

Gets a value indicating whether this index is primary key.
public bool IsPrimary { get; }

Gets a value indicating whether this index is unique.
public bool IsUnique { get; }

Gets the owner.
public TableInfo Owner { get; }