QueryText Method | 
| Name | Description | |
|---|---|---|
| Text(String) | 
            Generate a text search query that tests whether the given search string is present.
              | |
| Text(String, TextSearchOptions) | 
            Generate a text search query that tests whether the given search string is present using the specified language's rules. 
            Specifies use of language appropriate stop words, stemming rules etc.
              | |
| Text(String, String) | 
            Generate a text search query that tests whether the given search string is present using the specified language's rules. 
            Specifies use of language appropriate stop words, stemming rules etc.
              |