DBTableFindUCConstraintByName Method  | 
 
            Finds the uc constraint with the name specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic DBUniqueConstraint FindUCConstraintByName(
	string ucConstraintName
)
Public Function FindUCConstraintByName ( 
	ucConstraintName As String
) As DBUniqueConstraint
Parameters
- ucConstraintName
 - Type: SystemString
Name of the uc constraint. 
Return Value
Type: 
DBUniqueConstraint
            uc constraint with the name specified or null if not found
            
See Also