This class describes the settings used when performing the AddRows(DataSource, AddRowsSettings) operation on a
DataTable.
Inheritance Hierarchy
Spotfire.Dxp.Data.AddRowsSettings
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class AddRowsSettings : ISerializable
The AddRowsSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AddRowsSettings(IDictionary<DataColumnSignature, DataColumnSignature>, IEnumerable<DataColumnSignature>) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method.
|
![]() | AddRowsSettings(DataTable, DataSource) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method. This Constructor performs
an automatic match, no columns are ignored.
|
![]() | AddRowsSettings(IDictionary<DataColumnSignature, DataColumnSignature>, IEnumerable<DataColumnSignature>, String, String) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method.
|
![]() | AddRowsSettings(DataTable, DataSource, String, String) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method. This Constructor performs
an automatic match, no columns are ignored.
|
![]() | AddRowsSettings(IDictionary<DataColumnSignature, DataColumnSignature>, IEnumerable<DataColumnSignature>, String, String, String) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method.
|
![]() | AddRowsSettings(DataTable, DataSource, String, String, String) |
Initializes a new instance of the AddRowsSettings class.
Settings for adding rows to a DataTable using
the AddRows(DataSource, AddRowsSettings) method. This Constructor performs
an automatic match, no columns are ignored.
|
Methods
Name | Description | |
---|---|---|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | WithCreatedRowSourceColumn | |
![]() | WithExistingRowSourceColumn | |
![]() | WithIgnoredColumns |
Creates a copy of this AddRowsSettings instance, with new IgnoredColumns.
|
![]() | WithMap |
Creates a copy of this AddRowsSettings instance, with a new Map.
|
![]() | WithoutRowSourceColumn |
Creates a copy of this AddRowsSettings instance, without any RowSourceColumnName where
both CreateNewSourceColumn and UseExistingSourceColumn will be false.
|
Properties
Name | Description | |
---|---|---|
![]() | CreateNewSourceColumn |
Gets a value indicating whether a new origin column (containing the identifier values) should be created to identify the original and added rows.
|
![]() | IgnoredColumns |
Gets the signatures for the columns in the added data that should not be included in the result.
|
![]() | Map |
Gets the mapping between columns in the original data (keys) and columns in the added data (values).
|
![]() | NewRowSourceValue |
Gets the value (if any) to use to identify the added rows.
|
![]() | OriginalRowSourceValue |
Gets the value (if any) to use to identify the original rows.
|
![]() | RowSourceColumnName |
Gets the name (if any) of the origin column that should be created or used to identify the original and added rows.
|
![]() | UseExistingSourceColumn |
Gets a value indicating whether an existing origin column (containing the identifier values) should be used to identify the original and added rows.
|
Version Information
Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also
See Also