Persistate API documentation
DePersistFrom Method (list, context)
NamespacesPersistatePersistentDePersistFrom(IPersistateList, Object)

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

This method is intended for use only from generated code, and you should not use it in open code.
Declaration Syntax
C#
public void DePersistFrom(
	IPersistateList list,
	Object context
)
Parameters
list (IPersistateList)
The collection to unlink from.
context (Object)
An object containing context information.
Remarks
Unlinks this object from a collection in persistent storage. If the collection is a contained (not associated) collection, DePersist is called on this object to cascade the deletion.

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