SoDataSetStartEditing Method |
Initiate an editing transaction.
Namespace: OIV.LDM.Nodes
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.