Click or drag to resize
EditorTransaction Method
Get the transaction state for this instance. When enabled (which it is by default) Editor will use an SQL transaction to ensure data integrity while it is performing operations on the table. This can be optionally disabled using this method, if required by your database configuration.

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

Return Value

Type: Boolean
The current transaction value/state
See Also