Click or drag to resize
EntityRelation Constructor (IEntityField, IEntityField, RelationType)
CTor

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(
	IEntityField primaryKeyField,
	IEntityField foreignKeyField,
	RelationType typeOfRelation
)

Parameters

primaryKeyField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
The IEntityField instance which represents the primary key in the relation
foreignKeyField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
The IEntityField instance which represents the foreign key in the relation
typeOfRelation
Type: SD.LLBLGen.Pro.ORMSupportClassesRelationType
The type of relation this instance represents
Remarks
Selfservicing specific
See Also