Persistate API documentation
DeAssociateFrom Method (associator, slot)
NamespacesPersistatePersistentDeAssociateFrom(Persistent, Int32)

[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 DeAssociateFrom(
	Persistent associator,
	int slot
)
Parameters
associator (Persistent)
The associator object that this object is being dissociated from.
slot (Int32)
The member slot number.
Remarks
Unlinks this object from an associator object in persistent storage. This will have an effect only for objects of a class which has Log Associations function set in its ObjectClass'sClassCategory.

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