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
'Déclaration
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
- table
Type: System.Data.DataTable
Contents, or result set, of the specified DataTable object.
- status
Type: System.Int32
The status integer value to initialize this class with.
.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
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace
Status()