AdoDotNetDataTableReader Constructors

Definition

Overloads

AdoDotNetDataTableReader(DataTable)

Class constructor. Initializes a parameterized instance of the AdoDotNetDataTableReader class along with a DataTable instance.

AdoDotNetDataTableReader(DataTable, Int32)

Class constructor. Initializes a new instance of the AdoDotNetDataTableReader class along with a DataTable instance and a Status indicator.

AdoDotNetDataTableReader(DataTable)

Class constructor. Initializes a parameterized instance of the AdoDotNetDataTableReader class along with a DataTable instance.

public:
 AdoDotNetDataTableReader(System::Data::DataTable ^ dataTable);
public AdoDotNetDataTableReader (System.Data.DataTable dataTable);
new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader : System.Data.DataTable -> Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader
Public Sub New (dataTable As DataTable)

Parameters

dataTable
DataTable

Contents, or result set, of the specified DataTable object.

Applies to

AdoDotNetDataTableReader(DataTable, Int32)

Class constructor. Initializes a new instance of the AdoDotNetDataTableReader class along with a DataTable instance and a Status indicator.

public:
 AdoDotNetDataTableReader(System::Data::DataTable ^ dataTable, int status);
public AdoDotNetDataTableReader (System.Data.DataTable dataTable, int status);
new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader : System.Data.DataTable * int -> Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader
Public Sub New (dataTable As DataTable, status As Integer)

Parameters

dataTable
DataTable

Contents, or result set, of the specified DataTable object.

status
Int32

Integer specifying status.

Applies to