This constructor is used to instantiate a CBatch object from the supplied IDataReader.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CBatch(
	IiMISUser user,
	IDataReader reader
)
Visual Basic
Public Sub New ( _
	user As IiMISUser, _
	reader As IDataReader _
)
Visual C++
public:
CBatch(
	IiMISUser^ user, 
	IDataReader^ reader
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
reader
Type: System.Data..::..IDataReader
The IDataReader supplying the data to retrieve the CBatch object.

See Also