DataSourceEnumerationQuerySetParameter Method
|
Add a parameter into the parameters of the query.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.7.0
Syntaxpublic DataSourceEnumerationQuery 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
DataSourceEnumerationQueryThe query object itself for chaining purpose.
See Also