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.6.0.0 (5.6.19.0117)
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