Click or drag to resize
SoDataSetFinishEditing Method

Terminates 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 FinishEditing(
	int transactionId
)

Parameters

transactionId
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns true if successful. May only be called with a valid transaction id returned by the OIV.LDM.Nodes.SoDataSet.StartEditing(System.Int32@) method. On error does nothing. The finish method will schedule a redraw so the correct data is displayed. To commit the edits, in other words to save the edited data back to the data source, call saveEditing().

See Also