Share via


AdoDotNetTableReader Constructor (DataTable, Int32)

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

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub New ( _
    table As DataTable, _
    status As Integer _
)
public AdoDotNetTableReader(
    DataTable table,
    int status
)
public:
AdoDotNetTableReader(
    DataTable^ table, 
    int status
)
new : 
        table:DataTable * 
        status:int -> AdoDotNetTableReader
public function AdoDotNetTableReader(
    table : DataTable, 
    status : int
)

Parameters

  • status
    Type: System.Int32

    The status integer value to initialize this class with.

.NET Framework Security

See Also

Reference

AdoDotNetTableReader Class

AdoDotNetTableReader Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

Status

DataTableReader