Namespace:
Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CBatch Batch { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Batch As CBatch |
| 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.