Description |
---|
Excerpt |
---|
Imports the data from a DataReader into a Table at the point of the current element in the document. |
Signature | ||||
---|---|---|---|---|
| ||||
public Table ImportData(System.Data.IDataReader data) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Function ImportData(ByVal data As System.Data.IDataReader) As Table |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
DataReader to import the data from. |
Returns |
---|
The |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|