Click or drag to resize

OrmBiDataProviderExecuteQuery Method (String, IDictionaryString, Object, BiAggregationDefinition, Int32, NullableInt32)

Execute the specified query

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public BisResultContext ExecuteQuery(
	string queryId,
	IDictionary<string, Object> parameters,
	BiAggregationDefinition[] aggregation,
	int offset,
	int? count
)

Parameters

queryId
Type: SystemString

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

parameters
Type: System.Collections.GenericIDictionaryString, Object

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

aggregation
Type: SanteDB.BI.ModelBiAggregationDefinition

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

offset
Type: SystemInt32

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

count
Type: SystemNullableInt32

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

Return Value

Type: BisResultContext

[Missing <returns> documentation for "M:SanteDB.OrmLite.OrmBiDataProvider.ExecuteQuery(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

Implements

IBiDataSourceExecuteQuery(String, IDictionaryString, Object, BiAggregationDefinition, Int32, NullableInt32)
See Also