DataSourceApiQuerySetParameters Method
|
Set parameters for the query.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataSourceApiQuery SetParameters(
Dictionary<string, Object> parameters
)
Parameters
- parameters DictionaryString, Object
- Specify the parameters that passed to the data source query.
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.
See Also