Overload | Description |
---|---|
ApplyEdits(Action) | Executes the action delegate as a single transaction. The transaction either completes successfully or is aborted and rolled back. |
ApplyEdits(Action,Boolean) | Executes the action delegate as a single transaction in a given versioned edit session mode. The transaction either completes successfully or is aborted and rolled back. |