Click or drag to resize

RelationCollection Constructor (IDynamicRelation)

Initializes a new instance of the RelationCollection class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public RelationCollection(
	IDynamicRelation toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIDynamicRelation
IDynamicRelation instance to add
See Also