XML3 - API DLL Documentation
Constructor method that accepts a datarow.

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public OrderConfirmationItem(
	DataRow dr
)
Visual Basic
Public Sub New ( _
	dr As DataRow _
)
Visual C++
public:
OrderConfirmationItem(
	DataRow^ dr
)

Parameters

dr
Type: System.Data..::..DataRow
The datarow object that is used to construct the object

Remarks