Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overload

Description

ImportData(Object()())

Imports the data from a 2-dimensional array into a Table at the point of the current element in the document.

ImportData(Object()(), String(), DataImportProperties)

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.

ImportData(System.Data.DataTable)

Imports data from a DataTable into a Table at the point of this Element in the document.

ImportData(System.Data.DataTable, DataImportProperties)

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.

ImportData(System.Data.DataView)

Imports data from a DataView into a Table at the point of this Element in the document.

ImportData(System.Data.DataView, DataImportProperties)

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.

ImportData(Object(,))

Imports the data from a rectangular array into a Table at the point of the current element in the document.

ImportData(Object(,), String(), DataImportProperties)

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.

ImportData(System.Data.IDataReader)

Imports the data from a DataReader into a Table at the point of the current element in the document.

ImportData(System.Data.IDataReader, DataImportProperties)

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

ImportData(Microsoft.SharePoint.SPList)

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.
  • No labels