Click or drag to resize

IBiDataSourceExecuteView Method

Executes the specified view returning the context

Namespace:  SanteDB.BI.Services
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
BisResultContext ExecuteView(
	BiViewDefinition viewDef,
	IDictionary<string, Object> parameters,
	int offset,
	int? count
)

Parameters

viewDef
Type: SanteDB.BI.ModelBiViewDefinition
The view (query or view) definition to execute
parameters
Type: System.Collections.GenericIDictionaryString, Object
The parameters to pass to the query
offset
Type: SystemInt32
The offset of the first result to return in the result context
count
Type: SystemNullableInt32
The number of results to retrieve

Return Value

Type: BisResultContext
The constructed result context
See Also