Persistate API documentation
ExecuteAdd Method (execution)
NamespacesPersistateStandardOperationsExecuteAdd(Execution)

[This is preliminary documentation and is subject to change.]

Handles the core functionality for the Add operation.
Declaration Syntax
C#
public static ExecutionResult ExecuteAdd(
	Execution execution
)
Parameters
execution (Execution)
The Execution object created for the Add operation
Return Value
The ExecutionResult returned from SelectToAdd.
Remarks
This calls the SelectToAdd method to select one or more objects to add to the associated collection, then adds them to the collection.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)