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