DBTableFindFKConstraintsByFkFields Method |
Finds the FK constraints defined on the fk fields specified.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
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