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.1.0.0 (5.1.0)
Syntax public MultiValueDictionary<string, DBForeignKeyConstraint> GetAllForeignKeyConstraintsTargetedByModelRelationships(
string driverID
)
Public Function GetAllForeignKeyConstraintsTargetedByModelRelationships (
driverID As String
) As MultiValueDictionary(Of String, DBForeignKeyConstraint)
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
MultiValueDictionaryString,
DBForeignKeyConstraintMulti-value dictionary with FK constraints or an empty hashset if none found, per group.
See Also