Click or drag to resize
NormalDBRelationshipEdge Constructor
Initializes a new instance of the NormalDBRelationshipEdge class.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public NormalDBRelationshipEdge(
	DBForeignKeyConstraint fkConstraint,
	DBRelationshipType relationshipType
)

Parameters

fkConstraint
Type: SD.LLBLGen.Pro.DBDriverCoreDBForeignKeyConstraint
The fk constraint.
relationshipType
Type: SD.LLBLGen.Pro.DBDriverCoreDBRelationshipType
Type of the relationship.
See Also