The relation classes exist as an aid to maintain referential integrity, that is no dangling references (references to deleted objects).
NOTE: These classes may change as they are still in a prototype phase. Let us know how we can improve them? Any ideas are appreciated!
Inheritance Hierarchy
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public abstract class Relation : OptimizedPersistable
<SerializableAttribute>
Public MustInherit Class Relation
Inherits OptimizedPersistable
[SerializableAttribute]
public ref class Relation abstract : public OptimizedPersistable
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type Relation =
class
inherit OptimizedPersistable
end
See Also