Overload List
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.
|
See Also