ComponentOne DataObjects for .NET
PopExecutionMode Method (C1DataSet)

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : PopExecutionMode Method
Restores the execution mode affecting actions invoked while handling another action.
Syntax
'Declaration
 
Public Sub PopExecutionMode() 
public void PopExecutionMode()
Remarks
When PopExecutionMode method is called, it restores the last mode that existed before PushExecutionMode call. PushExecutionMode and PopExecutionMode are the push/pop operations of a stack.
See Also

Reference

C1DataSet Class
C1DataSet Members