| IRelationCollectionAdd 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.1.0.0 (5.1.0)
SyntaxIDynamicRelation Add(
	IDynamicRelation relationToAdd
)
Function Add ( 
	relationToAdd As IDynamicRelation
) As IDynamicRelation
Parameters
- relationToAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIDynamicRelation
IDynamicRelation to add 
Return Value
Type: 
IDynamicRelationthe added relation in the list, so you can chain commands on 1 line.
See Also