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.2.0.0 (5.2.17.0403)
Syntax public DBForeignKeyConstraint FindFKConstraintByName(
string fkConstraintName
)
Public Function FindFKConstraintByName (
fkConstraintName As String
) As DBForeignKeyConstraint
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