XML3 - API DLL Documentation 
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
 Constructor method that accepts a datarow.
 
Namespace: XMLV3API.OrderAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public OrderItem( DataRow dr )  | 
| Visual Basic | 
|---|
Public Sub New ( _ dr As DataRow _ )  | 
| Visual C++ | 
|---|
public: OrderItem( DataRow^ dr )  | 
Parameters
- dr
 - Type: System.Data..::..DataRow
The datarow object that is used to construct the object