DBCatalogGetAllUsedConstraintNames Method  | 
 
            Gets all used constraint names in all schemas in this catalog. All names are added lowercase.
            
 
    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 HashSet<string> GetAllUsedConstraintNames()
Public Function GetAllUsedConstraintNames As HashSet(Of String)
Return Value
Type: 
HashSetString
See Also