Class TextQuery
Text query.
Namespace: Apache.Ignite.Core.Cache.Query
Assembly: Apache.Ignite.Core.dll
Syntax
public class TextQuery : QueryBase, IQueryBaseInternalConstructors
TextQuery(String, String)
Constructor.
Declaration
public TextQuery(string queryType, string text)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | queryType | Type. | 
| System.String | text | Text. | 
TextQuery(String, String, Boolean)
Constructor.
Declaration
public TextQuery(string queryType, string text, bool local)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | queryType | Type. | 
| System.String | text | Text. | 
| System.Boolean | local | Whether query should be executed locally. | 
TextQuery(Type, String)
Constructor.
Declaration
public TextQuery(Type queryType, string text)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | queryType | Type. | 
| System.String | text | Text. | 
TextQuery(Type, String, Boolean)
Constructor.
Declaration
public TextQuery(Type queryType, string text, bool local)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | queryType | Type. | 
| System.String | text | Text. | 
| System.Boolean | local | Whether query should be executed locally. | 
Properties
QueryType
Type.
Declaration
public string QueryType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Text
Text.
Declaration
public string Text { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |