IRelationCollectionAdd Method (IEntityRelation, JoinHint) |
Adds the passed in IEntityRelation instance to the list.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax IEntityRelation Add(
IEntityRelation relationToAdd,
JoinHint hint
)
Function Add (
relationToAdd As IEntityRelation,
hint As JoinHint
) As IEntityRelation
Parameters
- relationToAdd
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
IEntityRelation instance to add - hint
- Type: SD.LLBLGen.Pro.ORMSupportClassesJoinHint
Hint to signal the join type for this relation. Overrules obeyWeakRelations, except when the hint is JoinHint.None.
Return Value
Type:
IEntityRelationthe added relation in the list, so you can chain commands on 1 line
See Also