Click or drag to resize

DataSourceApiQuerySetParameters Method

Set parameters for the query.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataSourceApiQuery SetParameters(
	Dictionary<string, Object> parameters
)

Parameters

parameters  DictionaryString, Object
Specify the parameters that passed to the data source query.

Return Value

DataSourceApiQuery
The query object itself for chaining purpose.
See Also