Click or drag to resize

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

Executes the specified queryDefinition using the specified parameters

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

Parameters

queryDefinition
Type: SanteDB.BI.ModelBiQueryDefinition
The query definition to be executed
parameters
Type: System.Collections.GenericIDictionaryString, Object
The parameter values to supply
aggregation
Type: SanteDB.BI.ModelBiAggregationDefinition

[Missing <param name="aggregation"/> documentation for "M:SanteDB.BI.Services.IBiDataSource.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

offset
Type: SystemInt32
The offset of the first result to retrieve
count
Type: SystemNullableInt32
The number of results to return in the context

Return Value

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