References objects for batch operations.
Top
A batch contains a list of
instances. Methods are provided to retrieve the object referenced by a batch item and identify an exception (if any) associated with the item.
The following tables list the members exposed by IBatchItemHandle.
Public Methods
Name | Description | |
---|---|---|
![]() | GetException | Returns the exception assigned to the batch item. This is only meaningful after the batch operation has been performed. |
![]() | GetObject | Returns the object referenced by this batch item. |
![]() | HasException | Indicates whether the batch item has an associated exception. This is only meaningful after the batch operation has been performed. |