Public Overloads Function IndexExists( _ ByVal type As Type, _ ByVal indexName As String _ ) As Boolean
Dim instance As NinjaDbPro Dim type As Type Dim indexName As String Dim value As Boolean value = instance.IndexExists(type, indexName)
Parameters
- type
- The type of the class
- indexName
- The name of the index, case sensitive
Return Value
True if it exists