 | IBiDataSource Interface |
Represents a data source which can execute specified
BiQueryDefinition and return results
Namespace: SanteDB.BI.ServicesAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic interface IBiDataSource
Public Interface IBiDataSource
public interface class IBiDataSource
type IBiDataSource = interface end
The IBiDataSource type exposes the following members.
Methods| | Name | Description |
|---|
 | CreateMaterializedView |
Materializes the specified materialized view definition
|
 | ExecuteIndicator |
Executes the specified indicatorDef and returns a data result context with the results
|
 | ExecuteQuery(BiQueryDefinition, IDictionaryString, Object, BiAggregationDefinition, NullableInt32, NullableInt32) |
Executes the specified queryDefinition using the specified parameters |
 | ExecuteQuery(String, IDictionaryString, Object, BiAggregationDefinition, NullableInt32, NullableInt32) |
Executes the specified queryId using the specified parameters |
 | ExecuteView |
Executes the specified view returning the context
|
 | RefreshMaterializedView |
Refresh the materialized view
|
Top
See Also