DBCatalogGetAllUsedConstraintNames Method |
Gets all used constraint names in all schemas in this catalog. All names are added lowercase.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public HashSet<string> GetAllUsedConstraintNames()
Public Function GetAllUsedConstraintNames As HashSet(Of String)
Return Value
Type:
HashSetStringSee Also