Method HasIndex
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasIndex(string)
Determines whether an index with the specified name exists on this table.
public bool HasIndex(string indexName)
Parameters
indexNamestringThe index name to check.
Returns
- bool
trueif the index exists; otherwise,false.