IndexHintAttribute(string, bool)

public IndexHintAttribute(string indexName, bool sortAscending = True)

Parameters

indexName string
sortAscending bool

IndexHintAttribute(string, int, bool)

public IndexHintAttribute(string indexName, int compositeOrder, bool sortAscending = True)

Parameters

indexName string
compositeOrder int
sortAscending bool
In this article