Click or drag to resize
EditorTransaction Method (Boolean)
Set the transaction state for this instance.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Transaction(
	bool set
)

Parameters

set
Type: SystemBoolean
Value to set - true to enable transactions, false to disabled.

Return Value

Type: Editor
Editor instance for chaining
See Also