Click or drag to resize
DBTableFindFKConstraintByName Method
Finds the fk constraint with the name 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 DBForeignKeyConstraint FindFKConstraintByName(
	string fkConstraintName
)

Parameters

fkConstraintName
Type: SystemString
Name of the fk constraint.

Return Value

Type: DBForeignKeyConstraint
fk constraint with the name specified or null if not found
See Also