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