Public Function SearchAnyKeywords(Of T As {Class, New})( _ ByVal indexName As String, _ ByVal keywords As String, _ ByVal ignoreCase As Boolean _ ) As List(Of SingleIndexRecord(Of T,String))
Dim instance As NinjaDbPro Dim indexName As String Dim keywords As String Dim ignoreCase As Boolean Dim value As List(Of SingleIndexRecord(Of T,String)) value = instance.SearchAnyKeywords(Of T)(indexName, keywords, ignoreCase)
public List<SingleIndexRecord<T,string>> SearchAnyKeywords<T>( string indexName, string keywords, bool ignoreCase ) where T: class, new()
public: List<SingleIndexRecord<T^,String^>^>^ SearchAnyKeywordsgeneric<typename T> ( String^ indexName, String^ keywords, bool ignoreCase ) where T: ref class, gcnew()
Parameters
- indexName
- keywords
- ignoreCase
Type Parameters
- T