Table of Contents

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

indexName string

The index name to check.

Returns

bool

true if the index exists; otherwise, false.