Overload |
Description |
---|---|
Imports the data from a 2-dimensional array into a Table at the point of the current element in the document. | |
Imports a set of data from an array of column names and a 2-dimensional array of data to a Table created at the point of the current element in the document. Also accepts a DataImportProperties object defining any options for this data import. | |
Imports data from a DataTable into a Table at the point of this Element in the document. | |
Imports data from a DataTable into a Table at the point of this Element in the document. Also accepts a DataImportProperties object that contains the options for importing. | |
Imports data from a DataView into a Table at the point of this Element in the document. | |
Imports data from a DataView into a Table at the point of this Element in the document. Also accepts a DataImportProperties object that contains the options for importing. | |
Imports the data from a rectangular array into a Table at the point of the current element in the document. | |
Imports the data from a rectangular array into a Table at the point of the current element in the document. Also accepts an array of column names and a DataImportProperties object with the import options. | |
Imports the data from a DataReader into a Table at the point of the current element in the document. | |
Imports the data from a DataReader into a Table at the point of the current element in the document. Also accepts a DataImportProperties object that contains the import options. |
SharePoint Integration Extension Methods
Overload |
Description |
---|---|
Imports the data from a SharePoint List into a Table at the point of the current element in the document. | |
ImportData(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, DataImportProperties) |
Imports the data from a SharePoint View into a Table at the point of the current element in the document. Also accepts a SharePoint List to which the View belongs and a DataImportProperties object with the import options. |