Click or drag to resize

DataSourceApiQuerySetParameter Method

Add a parameter into the parameters of the query.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
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

DataSourceApiQuery
The query object itself for chaining purpose.
See Also