AdoDotNetTableReader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- status
- Int32
The status integer value to initialize this class with.