Define the relation type for a relation.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum RelationType |
Members
| Member name | Description | |
|---|---|---|
| Guess |
Let Active Record guess what is the type of the relation.
| |
| Bag |
An bag of items (allow duplicates)
| |
| Set |
A set of unique items
| |
| IdBag |
A bag of items with id
| |
| Map |
Map of key/value pairs (IDictionary)
| |
| List |
A list of items - position in the list has meaning
|
See Also
Castle.ActiveRecord Namespace