Maps row indexes between a base view and a derived view. A base view is typically a DataTable
and a derived view is a DataView.
Inheritance Hierarchy
Spotfire.Dxp.DataBaseMap
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public sealed class BaseMap : IDisposableRuntimePropertyValue
The BaseMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBaseRowIndex | Gets the first row index in base view for a certain derived row index.
| |
GetBaseRowIndexes(Int32) | Converts a derived row index to a set of base row indexes.
| |
GetBaseRowIndexes(IndexSet) | Converts a set of derived row indexes to a set of base row indexes.
| |
GetDerivedRowIndex | Gets the first row index in derived view for a certain base row index.
| |
GetDerivedRowIndexes(Int32) | Converts a base row index to a set of derived row indexes.
| |
GetDerivedRowIndexes(IndexSet) | Converts a set of base row indexes to a set of derived row indexes.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BaseRowCount | Gets the number of rows in the base view.
| |
DerivedRowCount | Gets the number of rows in the derived view.
|
Version Information
See Also