AddRowsSettings Constructor

Spotfire 14.3 API Reference
Overload List

  NameDescription
Public methodAddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public methodAddRowsSettings(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.
Public methodAddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public methodAddRowsSettings(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.
Public methodAddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature, String, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public methodAddRowsSettings(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.
Top
See Also

Reference