Ninja Database Pro
SearchPhrase Method (FullTextIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > FullTextIndex<T> Class : SearchPhrase Method
Search by a phrase
Syntax
Public Function SearchPhrase( _
   ByVal phrase As String, _
   ByVal ignoreCase As Boolean _
) As List(Of SingleIndexRecord(Of T,String))
Dim instance As FullTextIndex(Of T)
Dim phrase As String
Dim ignoreCase As Boolean
Dim value As List(Of SingleIndexRecord(Of T,String))
 
value = instance.SearchPhrase(phrase, ignoreCase)
public List<SingleIndexRecord<T,string>> SearchPhrase( 
   string phrase,
   bool ignoreCase
)
public:
List<SingleIndexRecord<T^,String^>^>^ SearchPhrase( 
   String^ phrase,
   bool ignoreCase
) 

Parameters

phrase
ignoreCase
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FullTextIndex<T> Class
FullTextIndex<T> Members