Click or drag to resize
EntityRelation Constructor (RelationType, String)
Initializes a new instance of the EntityRelation class.

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 EntityRelation(
	RelationType typeOfRelation,
	string mappedFieldName
)

Parameters

typeOfRelation
Type: SD.LLBLGen.Pro.ORMSupportClassesRelationType
The type of relation this instance represents
mappedFieldName
Type: SystemString
Name of the mapped field in the start entity onto this relation.
See Also