SqlEditor TandemMode Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether operations in this instance should synchronize with operations in a partner instance.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool TandemMode { get; set; }

Field Value

true if tandem mode is enabled; otherwise, false.
Remarks

If you set the Partner property and enable TandemMode, then certain operations when performed in this instance will be synchronized or mirrored as appropriate in the partner instance. (See the main class description for the list of operations.) Note that tandem mode may be overridden for a specific action by depressing the Ctrl key.
See Also