Click or drag to resize
ApplicationUtils.CreateUniqueConstraintName Method (DBUniqueConstraint, ProjectProperties, String)
Creates the name of the unique constraint which follows from the fields specified, using the pattern specified in the specified properties.

Namespace: SD.LLBLGen.Pro.ApplicationCore
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static string CreateUniqueConstraintName(
	DBUniqueConstraint uc,
	ProjectProperties properties,
	string driverID
)

Parameters

uc
Type: SD.LLBLGen.Pro.DBDriverCore.DBUniqueConstraint
The uc.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.ProjectProperties
The properties.
driverID
Type: System.String
The driver identifier.

Return Value

Type: String
A name to use for a new unique constraint which has to be processed further (it's not necessarily unique)
Remarks
Name is already processed with CreateMetaDataElementName
See Also