Class SQLTemplates.QueryItem
This maintains a query and it's responses.
Inheritance
System.Object
SQLTemplates.QueryItem
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class QueryItem : object
Properties
| Improve this Doc View Sourcecollection
Collection name.
Declaration
public string collection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The collection property gets/sets the value of the string field, _collection. |
commaDelimitedIds
Identifiers delimited by comma.
Declaration
public string commaDelimitedIds { get; set; }
Property Value
Type | Description |
---|---|
System.String | The commaDelimitedIds property gets/sets the value of the string field, _commaDelimitedIds. |
key
Key.
Declaration
public int key { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The key property gets/sets the value of the int field, _key. |
query
Query.
Declaration
public string query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The query property gets/sets the value of the string field, _query. |