Data Source Api QuerySet Parameter Method
Add a parameter into the parameters of the query.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public 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.