Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method.
A map matching columns from the original table to columns in the data source.
Columns not included in the mapping or the additional columns from the data source that should be ignored.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method. This Constructor performs an automatic match, no columns are ignored.
The table to add the rows to.
The data source to retrieve the new rows from.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method.
A map matching columns from the original table to columns in the data source.
Columns not included in the mapping or the additional columns from the data source that should be ignored.
The column in the table that should be used to indicate the source of the row. This column must be of the String DataType and not be mapped.
The value that new elements in the row source column should get.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method. This Constructor performs an automatic match, no columns are ignored.
The table to add the rows to.
The data source to retrieve the new rows from.
The column in the table that should be used to indicate the source of the row. This column must be of the String DataType and not be mapped.
The value that new elements in the row source column should get.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method.
A map matching columns from the original table to columns in the data source.
Columns not included in the mapping or the additional columns from the data source that should be ignored.
The column in the table that will be created to indicate the source of the rows.
The value that new elements in the row source column should get.
The value that the existing elements in the row source column should get.
Initializes a new instance of the Spotfire.Dxp.Data.AddRowsSettings class. Settings for adding rows to a Spotfire.Dxp.Data.DataTable using the AddRows(dataSource, settings) method. This Constructor performs an automatic match, no columns are ignored.
The table to add the rows to.
The data source to retrieve the new rows from.
The column in the table that will be created to indicate the source of the rows.
The value that new elements in the row source column should get.
The value that the existing elements in the row source column should get.
Gets a value indicating whether a new origin column (containing the identifier values) should be created to identify the original and added rows.
Gets the signatures for the columns in the added data that should not be included in the result.
Gets the mapping between columns in the original data (keys) and columns in the added data (values).
Gets the value (if any) to use to identify the added rows.
Gets the value (if any) to use to identify the original rows.
Gets the name (if any) of the origin column that should be created or used to identify the original and added rows.
Gets a value indicating whether an existing origin column (containing the identifier values) should be used to identify the original and added rows.
Creates a copy of this Spotfire.Dxp.Data.AddRowsSettings instance, where Spotfire.Dxp.Data.AddRowsSettings.CreateNewSourceColumn is true.
The name of the column that will be created to indicate the source of the rows. This column must be of the String DataType.
The value that rows corresponding to added data in the row source column should get.
The value that rows corresponding to original data in the row source column should get.
A new instance of Spotfire.Dxp.Data.AddRowsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddRowsSettings instance, where Spotfire.Dxp.Data.AddRowsSettings.UseExistingSourceColumn is true.
The existing column in the original data that should be used to indicate the source of the rows. This column must be of the String DataType and not be mapped.
The value that rows corresponding to added data in the row source column should get.
A new instance of Spotfire.Dxp.Data.AddRowsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddRowsSettings instance, with new Spotfire.Dxp.Data.AddRowsSettings.IgnoredColumns.
A list of columns in the added data that should not be included in the result.
A new instance of Spotfire.Dxp.Data.AddRowsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddRowsSettings instance, with a new Spotfire.Dxp.Data.AddRowsSettings.Map.
A map matching columns from the original data to columns in the added data.
A new instance of Spotfire.Dxp.Data.AddRowsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddRowsSettings instance, without any Spotfire.Dxp.Data.AddRowsSettings.RowSourceColumnName where both Spotfire.Dxp.Data.AddRowsSettings.CreateNewSourceColumn and Spotfire.Dxp.Data.AddRowsSettings.UseExistingSourceColumn will be false.
A new instance of Spotfire.Dxp.Data.AddRowsSettings.
This class describes the settings used when performing the AddRows(dataSource, settings) operation on a Spotfire.Dxp.Data.DataTable.
Since
2.0