Click or drag to resize

IBiDataSourceExecuteQuery(BiQueryDefinition, IDictionaryString, Object, BiAggregationDefinition, NullableInt32, NullableInt32) Method

Executes the specified queryDefinition using the specified parameters

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
BisResultContext ExecuteQuery(
	BiQueryDefinition queryDefinition,
	IDictionary<string, Object> parameters,
	BiAggregationDefinition[] aggregation,
	int? offset = null,
	int? count = null
)

Parameters

queryDefinition  BiQueryDefinition
The query definition to be executed
parameters  IDictionaryString, Object
The parameter values to supply
aggregation  BiAggregationDefinition
The aggregation to apply to the result
offset  NullableInt32  (Optional)
The offset of the first result to retrieve
count  NullableInt32  (Optional)
The number of results to return in the context

Return Value

BisResultContext
A query result indicating the results of the query
See Also