Click or drag to resize

EntityRelation Constructor (RelationType)

CTor

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

Parameters

typeOfRelation
Type: SD.LLBLGen.Pro.ORMSupportClassesRelationType
The type of relation this instance represents
See Also