Shortcut to check if Index is already in table

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Exists(
	string tableName,
	string indexName
)
Visual Basic
Public Function Exists ( _
	tableName As String, _
	indexName As String _
) As Boolean
Visual C++
public:
bool Exists(
	String^ tableName, 
	String^ indexName
)

Parameters

tableName
Type: System..::..String
Table name to work with
indexName
Type: System..::..String
Index name to be deleted

Return Value

bool

See Also