Click or drag to resize

DBCatalog.GetAllFkConstraintsReferencingTable Method

Gets all fk constraints which reference the specified table as the pk side.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public List<DBForeignKeyConstraint> GetAllFkConstraintsReferencingTable(
	DBTable pkSide
)

Parameters

pkSide
Type: SD.LLBLGen.Pro.DBDriverCore.DBTable
The pk side.

Return Value

Type: List<DBForeignKeyConstraint>
See Also