Click or drag to resize
SoDataSetStartEditing Method

Initiate an editing transaction.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool StartEditing(
	out int transactionId
)

Parameters

transactionId
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns true if successful and also returns a unique transaction id. This value is required for finishing the edit transaction (see OIV.LDM.Nodes.SoDataSet.FinishEditing(System.Int32)) and for undo/redo (see OIV.LDM.Nodes.SoDataSet.UndoEditing(System.Int32) and OIV.LDM.Nodes.SoDataSet.RedoEditing(System.Int32)). Multiple transactions may be active at the same time.

See Also