EventBulkContextItemsAffected Property |
Gets/sets the number of items affected by the bulk operation.
For example, in a bulk delete operation, this will be the number of items actually deleted by the mapper.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int ItemsAffected { get; set; }
Public Property ItemsAffected As Integer
Get
Set
Property Value
Type:
Int32See Also