EAPEventArgsBulkContext Property |
Gets/sets the context of the current bulk operation, if any.
If this event is part of a bulk operation, this is the context of that bulk operation.
If this event is not part of a bulk operation, this context will be null.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EventBulkContext BulkContext { get; set; }
Public Property BulkContext As EventBulkContext
Get
Set
Property Value
Type:
EventBulkContextSee Also