RelationManyToManyFrom, To Class |
Namespace: VelocityDb.TypeInfo
[SerializableAttribute] public class RelationManyToMany<From, To> : Relation where From : IOptimizedPersistable where To : IOptimizedPersistable
The RelationManyToManyFrom, To type exposes the following members.
Name | Description | |
---|---|---|
RelationManyToManyFrom, To |
Use for many to many relations
|
Name | Description | |
---|---|---|
RelatedFrom |
Returns the From objects
| |
RelatedTo |
Returns the To objects
|
Name | Description | |
---|---|---|
Unpersist |
Removes an object from the persistent store and makes the object a transient object. It does not automatically make referenced objects unpersisted. Best way to do so is to override this virtual function in your own classes.
(Overrides OptimizedPersistableUnpersist(SessionBase).) |
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |