Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IEnumerable<DBForeignKeyConstraint> FindFKConstraintsByFkFields(
	List<DBTableField> fkFields
)

Parameters

fkFields
Type: System.Collections.GenericListDBTableField
The fk fields.

Return Value

Type: IEnumerableDBForeignKeyConstraint
the FK constraints requested or an empty enumerable if none found
See Also