[This is preliminary documentation and is subject to change.]
Handles the core functionality for the Remove operation.
| C# |
public static ExecutionResult ExecuteRemove( Execution execution )
- execution (Execution)
- The Execution object created for the Remove operation
Always CommitResult.
This removes the target object from the target associated
collection.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the target collection
is not associated. |