Public Function IndexExists( _ ByVal tableName As String, _ ByVal indexName As String _ ) As Boolean
Dim instance As DataHelper Dim tableName As String Dim indexName As String Dim value As Boolean value = instance.IndexExists(tableName, indexName)
Parameters
- tableName
- Name of the table.
- indexName
- Name of the index.
Return Value
True if it exists