Click or drag to resize

OrmBiDataProviderExecuteView Method

Executes the specified view

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public BisResultContext ExecuteView(
	BiViewDefinition viewDef,
	IDictionary<string, Object> parameters,
	int offset,
	int? count
)

Parameters

viewDef
Type: SanteDB.BI.ModelBiViewDefinition

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

parameters
Type: System.Collections.GenericIDictionaryString, Object

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

offset
Type: SystemInt32

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

count
Type: SystemNullableInt32

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

Return Value

Type: BisResultContext

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

Implements

IBiDataSourceExecuteView(BiViewDefinition, IDictionaryString, Object, Int32, NullableInt32)
See Also