Method IndexExistsByName
IndexExistsByName(string)
Tests whether an index exists.
public virtual bool IndexExistsByName(string indexName)
Parameters
indexName
stringThe name of the index.
Returns
- bool
True if the index exists.
Tests whether an index exists.
public virtual bool IndexExistsByName(string indexName)
indexName
stringThe name of the index.
True if the index exists.