Click or drag to resize

DBTable.FindUCConstraintByName 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.11.0.0 (5.11.23.1114)
Syntax
public DBUniqueConstraint FindUCConstraintByName(
	string ucConstraintName
)

Parameters

ucConstraintName
Type: System.String
Name of the uc constraint.

Return Value

Type: DBUniqueConstraint
uc constraint with the name specified or null if not found
See Also