Public Overloads Function CreateCompositeIndexQuery(Of T As {Class, New})( _ ByVal indexName As String, _ ByVal valuesToFind As List(Of Object) _ ) As List(Of CompositeIndexRecord(Of T))
Dim instance As NinjaDbPro Dim indexName As String Dim valuesToFind As List(Of Object) Dim value As List(Of CompositeIndexRecord(Of T)) value = instance.CreateCompositeIndexQuery(Of T)(indexName, valuesToFind)
public List<CompositeIndexRecord<T>> CreateCompositeIndexQuery<T>( string indexName, List<object> valuesToFind ) where T: class, new()
public: List<CompositeIndexRecord<T^>^>^ CreateCompositeIndexQuerygeneric<typename T> ( String^ indexName, List<Object^>^ valuesToFind ) where T: ref class, gcnew()
Parameters
- indexName
- valuesToFind
Type Parameters
- T