Shortcut to Delete Index from table

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Delete(
	string tableName,
	string indexName
)
Visual Basic
Public Function Delete ( _
	tableName As String, _
	indexName As String _
) As Boolean
Visual C++
public:
bool Delete(
	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