Gets the CBatch object associated with the COrder.

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

Syntax

C#
public CBatch Batch { get; }
Visual Basic
Public ReadOnly Property Batch As CBatch
	Get
Visual C++
public:
property CBatch^ Batch {
	CBatch^ get ();
}

Field Value

The CBatch object that represents the batch set in the BatchNumber property.

Remarks

The batch must already exist in the database. For concurrency reasons, some batch properties are updated directly to the database through this object. For this reason, the only way to associate a batch with an order is to set the BatchNumber property to the batch number of an existing batch.

See Also