DBTableFindFKConstraintsByFkFields Method |
Finds the FK constraints defined on the fk fields specified.
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 IEnumerable<DBForeignKeyConstraint> FindFKConstraintsByFkFields(
List<DBTableField> fkFields
)
Public Function FindFKConstraintsByFkFields (
fkFields As List(Of DBTableField)
) As IEnumerable(Of DBForeignKeyConstraint)
Parameters
- fkFields
- Type: System.Collections.GenericListDBTableField
The fk fields.
Return Value
Type:
IEnumerableDBForeignKeyConstraintthe FK constraints requested or an empty enumerable if none found
See Also