Click or drag to resize
RelationCollectionAdd Method (IDynamicRelation)
Adds the passed in IDynamicRelation instance to the list

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IDynamicRelation Add(
	IDynamicRelation relationToAdd
)

Parameters

relationToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIDynamicRelation
IDynamicRelation to add

Return Value

Type: IDynamicRelation
the added relation in the list, so you can chain commands on 1 line.

Implements

IRelationCollectionAdd(IDynamicRelation)
See Also