QueryResults class | QSYS API Reference Guide
Dictionary with Query result items.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Dictionary<String, Object>
Constructors
| Name | Description |
|---|---|
| QueryResults() | Initializes a new instance of QueryResults class. |
| QueryResults(Int32) | Initializes a new instance of QueryResults class pre-allocating the specified initial capacity. |
QueryResults()
Initializes a new instance of QueryResults class.
QueryResults()
QueryResults(Int32)
Initializes a new instance of QueryResults class pre-allocating the specified initial capacity.
QueryResults(Int32)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Int32 | capacity | Initial capacity. |
Properties
| Type | Name | Description |
|---|---|---|
| QueryValue | Item | Gets a Query Value at the specified index. |
| QueryValue | Item | Gets a Query Value at the specified index. |
| Object | Item | Gets a Query Value at the specified index. |
| QueryValue | Item | Gets a Query given from the named entry in the Dictionary. |
| QueryValue | Item | Gets a Query given from the named entry in the Dictionary. |
| Object | Item | Gets a Query given from the named entry in the Dictionary. |