• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

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 Source

collection

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy