AdoDotNetTableReader Constructors

Definition

Overloads

AdoDotNetTableReader(DataTable)

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

AdoDotNetTableReader(DataTable, Int32)

Initializes a parameterized instance of the AdoDotNetDataTableReader class along with a DataTable instance and a status value.

AdoDotNetTableReader(DataTable)

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

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

Parameters

table
DataTable

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

Applies to

AdoDotNetTableReader(DataTable, Int32)

Initializes a parameterized instance of the AdoDotNetDataTableReader class along with a DataTable instance and a status value.

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

Parameters

table
DataTable

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

status
Int32

The status integer value to initialize this class with.

Applies to