[This is preliminary documentation and is subject to change.]
Handles the core functionality for the Add operation.
| C# |
public static ExecutionResult ExecuteAdd( Execution execution )
- execution (Execution)
- The Execution object created for the Add operation
The ExecutionResult returned from SelectToAdd.
This calls the SelectToAdd method to
select one or more objects to add to the associated collection, then adds
them to the collection.