Click or drag to resize
DBRelationshipEdge Constructor
CTor

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public DBRelationshipEdge(
	DBTable fkSide,
	DBTable pkSide,
	DBRelationshipType relationshipType
)

Parameters

fkSide
Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The fk side of the relationship.
pkSide
Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The pk side of the relationship.
relationshipType
Type: SD.LLBLGen.Pro.DBDriverCoreDBRelationshipType
Type of the relationship.
See Also