XML3 - API DLL Documentation
Returns a datarow value of the InventoryCheckItem.

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

Syntax

C#
public DataRow ICI_DataRow(
	DataRow _dr
)
Visual Basic
Public Function ICI_DataRow ( _
	_dr As DataRow _
) As DataRow
Visual C++
public:
DataRow^ ICI_DataRow(
	DataRow^ _dr
)

Parameters

_dr
Type: System.Data..::..DataRow

[Missing <param name="_dr"/> documentation for "M:XMLV3API.Order.InventoryCheckItem.ICI_DataRow(System.Data.DataRow)"]

Return Value

[Missing <returns> documentation for "M:XMLV3API.Order.InventoryCheckItem.ICI_DataRow(System.Data.DataRow)"]

Remarks