Click or drag to resize

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

Executes the specified queryId using the specified parameters

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

Parameters

queryId  String
The ID of the query definition to execute
parameters  IDictionaryString, Object
The parameter values to supply
aggregation  BiAggregationDefinition
The aggregation instructions to use
offset  NullableInt32  (Optional)
The offset of the first result if requested
count  NullableInt32  (Optional)
The maximum number of results to return

Return Value

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