Persistate API documentation
IsDistributedFrom Method (obj)
NamespacesPersistatePersistentIsDistributedFrom(Persistent)

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

Determines whether this object is held or is to be held in a different Database than another object.
Declaration Syntax
C#
public bool IsDistributedFrom(
	Persistent obj
)
Parameters
obj (Persistent)
The other object to test.
Return Value
True if the databases of both objects are known and are not the same.

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