Click or drag to resize

IBiDataSource.ExecuteQuery Method (BiQueryDefinition, IDictionary<String, Object>,BiAggregationDefinition[], Int32, Nullable<Int32>)

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.Model.BiQueryDefinition
The query definition to be executed
parameters
Type: System.Collections.Generic.IDictionary<String, Object>
The parameter values to supply
aggregation
Type:SanteDB.BI.Model.BiAggregationDefinition[]

[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: System.Int32
The offset of the first result to retrieve
count
Type: System.Nullable<Int32>
The number of results to return in the context

Return Value

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