ComponentOne DataObjects for .NET
ExecutionMode Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : ExecutionMode Property
Gets or sets 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.

See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members