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, IComparerObject) |
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(IEnumerableIDictionaryString, Object) |
Process data from specified list of dictionaries.
| |
ProcessData(IEnumerableDataRow) |
Process data from specified sequence of DataRow objects.
| |
ProcessData(IDataReader) |
Processes data from the specified IDataReader.
| |
ProcessData(IEnumerable, FuncObject, 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, FuncKeyValuePairValueKey, IAggregator, Boolean) | Obsolete. | |
Slice(String, Boolean, FuncObject, IAggregator, Boolean) | Obsolete. | |
ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
ProcessData |
Processes data from specified IPivotDataSource instance.
(Defined by PivotDataExtensions.) |
See Also