The PivotData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Removes all dimension keys and values from the PivotData.
|
![]() | CopyTo | Obsolete. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDimensionKeys() |
Returns keys of all PivotData dimensions
|
![]() | GetDimensionKeys(String[]) |
Returns keys of specified dimensions
|
![]() | GetDimensionKeys(String[],IComparer<Object>[]) |
Returns keys of specified dimensions
|
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState |
Returns compacted state object that contains all values of this PivotData.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge | |
![]() | ProcessData(IEnumerable<IDictionary<String, Object>>) |
Process data from specified list of dictionaries.
|
![]() | ProcessData(IEnumerable<DataRow>) |
Process data from specified sequence of DataRow objects.
|
![]() | ProcessData(IDataReader) |
Processes data from the specified IDataReader.
|
![]() | ProcessData(IEnumerable, Func<Object, String, Object>) |
Processes data from enumerable data.
|
![]() | ProcessData(IPivotData,String[]) |
Processes data from the specified IPivotData instance and calculates PivotData values
|
![]() | SetState |
Restores PivotData from specified state object.
|
![]() | Slice(String[], Boolean) | Obsolete. |
![]() | Slice(String[], Boolean, Func<KeyValuePair<ValueKey, IAggregator>, Boolean>) | Obsolete. |
![]() | Slice(String[], Boolean, Func<Object[], IAggregator, Boolean>) | Obsolete. |
![]() | ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ProcessData |
Processes data from specified IPivotDataSource instance.
(Defined by PivotDataExtensions.) |
See Also