Class TextQuery
Text query.
Inherited Members
Namespace: Apache.Ignite.Core.Cache.Query
Assembly: Apache.Ignite.Core.dll
Syntax
public class TextQuery : QueryBase
Constructors
TextQuery(string, string)
Constructor.
Declaration
public TextQuery(string queryType, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | queryType | Type. |
| string | text | Text. |
TextQuery(string, string, bool)
Constructor.
Declaration
public TextQuery(string queryType, string text, bool local)
Parameters
| Type | Name | Description |
|---|---|---|
| string | queryType | Type. |
| string | text | Text. |
| bool | 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. |
| string | text | Text. |
TextQuery(Type, string, bool)
Constructor.
Declaration
public TextQuery(Type queryType, string text, bool local)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | queryType | Type. |
| string | text | Text. |
| bool | local | Whether query should be executed locally. |
Properties
QueryType
Type.
Declaration
public string QueryType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Text.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |