AdoDotNetDataTableReader Constructor (DataTable, Int32)
Class constructor. Initializes a new instance of the AdoDotNetDataTableReader class along with a DataTable instance and a Status indicator.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
dataTable As DataTable, _
status As Integer _
)
public AdoDotNetDataTableReader(
DataTable dataTable,
int status
)
public:
AdoDotNetDataTableReader(
DataTable^ dataTable,
int status
)
new :
dataTable:DataTable *
status:int -> AdoDotNetDataTableReader
public function AdoDotNetDataTableReader(
dataTable : DataTable,
status : int
)
Parameters
dataTable
Type: System.Data.DataTableContents, or result set, of the specified DataTable object.
status
Type: System.Int32Integer specifying status.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetDataTableReader Class
AdoDotNetDataTableReader Overload