IRelationCollectionAdd Method |
Name | Description | |
---|---|---|
Add(IDynamicRelation) |
Adds the passed in IDynamicRelation instance to the list
| |
Add(IEntityRelation) |
Adds the passed in IEntityRelation instance to the list.
| |
Add(IRelation) |
Adds the passed in relation to this collection
| |
Add(IEntityRelation, JoinHint) |
Adds the passed in IEntityRelation instance to the list.
| |
Add(IEntityRelation, String) |
Adds the passed in IEntityRelation instance to the list, under the alias specified for the end entity. The start entity gets no alias.
The weakness of the relation is considered based on the ObeyWeakRelations setting.
| |
Add(IEntityRelation, String, JoinHint) |
Adds the passed in IEntityRelation instance to the list, under the alias specified for the end entity and will consider the relation's weakness
based on the hint value. The start entity gets no alias.
| |
Add(IEntityRelation, String, String, JoinHint) |
Adds the passed in IEntityRelation instance to the list, under the aliases specified and will consider the relation's weakness
based on the hint value. The start entity gets no alias.
|