Click or drag to resize

ProjectGetAllForeignKeyConstraintsTargetedByModelRelationships Method

Gets all foreign key constraints targeted by a model relationship (normal relationship or inheritanceedge) in the meta-data for the driver with id specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public MultiValueDictionary<string, DBForeignKeyConstraint> GetAllForeignKeyConstraintsTargetedByModelRelationships(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: MultiValueDictionaryString, DBForeignKeyConstraint
Multi-value dictionary with FK constraints or an empty hashset if none found, per group.
See Also