Description
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.
C#
vb.net
Parameters
data
Contains the data to be imported.props
Import properties for this data import, including max rows, max columns, column filter, etc.Returns
TheTable
that the data was imported into.
Examples
C#
vb.net