Click or drag to resize
FieldRelationship Constructor (IIdentifyingField, NormalRelationshipEdge, FieldElement)
Initializes a new instance of the FieldRelationship class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public FieldRelationship(
	IIdentifyingField pkField,
	NormalRelationshipEdge owningRelationship,
	FieldElement fkField
)

Parameters

pkField
Type: SD.LLBLGen.Pro.ApplicationCoreIIdentifyingField
The pk field.
owningRelationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
The owning relationship.
fkField
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelFieldElement
The fk field.
See Also