Click or drag to resize

IBiPivotProvider Interface

Represents a PIVOT provider which can take a dataset and pivot it

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public interface IBiPivotProvider

The IBiPivotProvider type exposes the following members.

Methods
 NameDescription
Public methodPivot(BisResultContext, BiViewPivotDefinition) Pivots context in place returning it for chaining
Public methodPivot(IEnumerableObject, BiViewPivotDefinition) Perform the pivot on an array of data
Top
See Also