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.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
BisResultContext ExecuteView(
	BiViewDefinition viewDef,
	IDictionary<string, Object> parameters,
	int? offset = null,
	int? count = null
)

Parameters

viewDef  BiViewDefinition
The view (query or view) definition to execute
parameters  IDictionaryString, Object
The parameters to pass to the query
offset  NullableInt32  (Optional)
The offset of the first result to return in the result context
count  NullableInt32  (Optional)
The number of results to retrieve

Return Value

BisResultContext
The constructed result context
See Also