Gets or sets a value indicating whether operations in this instance
should synchronize with operations in a partner instance.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public bool TandemMode { get; set; }
public bool TandemMode { get; set; }
Public Property TandemMode As Boolean
Get
Set
Public Property TandemMode As Boolean
Get
Set
public:
property bool TandemMode {
bool get ();
void set (bool value);
}
public:
property bool TandemMode {
bool get ();
void set (bool value);
}
Field Value
true if tandem mode is enabled; otherwise,
false.
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.