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.8.0.0 (5.8.21.0208)
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