Click or drag to resize
NormalRelationshipEdge Constructor (EntityDefinition, EntityDefinition, Boolean)
Initializes a new instance of the NormalRelationshipEdge 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 NormalRelationshipEdge(
	EntityDefinition startEntity,
	EntityDefinition endEntity,
	bool modelOnly
)

Parameters

startEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The start entity.
endEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The end entity.
modelOnly
Type: SystemBoolean
if set to true the relationship is considered 'model only' so it doesn't require a foreign key constraint in the relational model data.
See Also