Public Function LoadAllByIndex(Of T As {Class, New})( _ ByVal indexName As String, _ ByVal ascending As Boolean _ ) As List(Of T)
Dim instance As NinjaDbPro Dim indexName As String Dim ascending As Boolean Dim value As List(Of T) value = instance.LoadAllByIndex(Of T)(indexName, ascending)
Parameters
- indexName
- The name of the index
- ascending
- If true it is sorted in ascending order
Type Parameters
- T
Return Value
A list of items