What it does
Represents a data set query.Methods
| Definition | Description |
|---|---|
| AddValue ( column : string, value : object ) | Lets you add one or more conditions to the query by specifying a column’s name and value. |
IDataSetQuery object in the FlexiCapture scripting model: build data set queries by adding column-and-value conditions with the AddValue method.
| Definition | Description |
|---|---|
| AddValue ( column : string, value : object ) | Lets you add one or more conditions to the query by specifying a column’s name and value. |