DataTableReader Constructor
.NET Framework (current version)
Initializes a new instance of the DataTableReader class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataTableReader(DataTable^) | Initializes a new instance of the DataTableReader class by using data from the supplied DataTable. |
![]() | DataTableReader(array<DataTable^>^) | Initializes a new instance of the DataTableReader class using the supplied array of DataTable objects. |
Show:
