Click or drag to resize

FieldRelationship Constructor (IIdentifyingField, NormalRelationshipEdge)

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.8.0.0 (5.8.21.0208)
Syntax
public FieldRelationship(
	IIdentifyingField pkField,
	NormalRelationshipEdge owningRelationship
)

Parameters

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