| 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)
Syntaxpublic 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