ComponentOne DataObjects for .NET
ExecutionMode Property (C1DataSet)

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : ExecutionMode Property
Gets a value indicating whether actions in handling a business logic event are deferred or performed immediately.
Syntax
'Declaration
 
Public ReadOnly Property ExecutionMode As ExecutionModeEnum
public ExecutionModeEnum ExecutionMode {get;}
Remarks
This property affects how C1DataObjects performs actions while inside a business logic event. If this run-time property is set to Immediate (default), actions are performed immediately. If it is set to Deferred, actions are deferred until the current user action handling is completed.

This property is read-only. To set execution mode, call the PushExecutionMode method, passing it the new mode as a parameter. To restore the previous execution mode, call the PopExecutionMode method.

See Also

Reference

C1DataSet Class
C1DataSet Members
Action Order and Execution Mode
C1ExpressConnection Class