ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class / ApplyEdits Method / ApplyEdits(Action) Method
Saves the edits undertaken by this delegate to the underlying geodatabase.

ApplyEdits(Action) Method
Executes the action delegate as a single transaction. The transaction either completes successfully or is aborted and rolled back.
Syntax
public void ApplyEdits( 
   Action action
)

Parameters

action
Saves the edits undertaken by this delegate to the underlying geodatabase.
Exceptions
ExceptionDescription
No valid geodatabase has been opened prior to invoking this operation.
This operation is not supported in client-server mode.
action is null.
A transaction-related exception has occurred.
A geodatabase-related exception has occurred.
The exception propagated by the action delegate.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also