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

Description

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.

C#
vb.net

Parameters

data
DataReader to import the data from.
props
Import properties for this data import, including max rows, max columns, column filter, etc.

Returns

The Table that the data was imported into.

Examples

C#
vb.net
  • No labels