DataSourceApiQuerySetParameter Method
|
Add a parameter into the parameters of the query.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataSourceApiQuery SetParameter(
string key,
Object value
)
Parameters
- key String
- Key of the parameter that added into the parameters of data source query.
- value Object
- Value of the parameter that added into the parameters of data source query.
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.
See Also