Persistate API documentation
ExecuteRemove Method (execution)
NamespacesPersistateStandardOperationsExecuteRemove(Execution)

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

Handles the core functionality for the Remove operation.
Declaration Syntax
C#
public static ExecutionResult ExecuteRemove(
	Execution execution
)
Parameters
execution (Execution)
The Execution object created for the Remove operation
Return Value
Always CommitResult.
Remarks
This removes the target object from the target associated collection.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the target collection is not associated.

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