Click or drag to resize
DBTableSetPkConstraintNameIfNecessary Method
Sets the pk constraint name if necessary to the name specified, after it's been made unique

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void SetPkConstraintNameIfNecessary(
	string pkConstraintName
)

Parameters

pkConstraintName
Type: SystemString
Name of the pk constraint. This name is not necessarily unique in the catalog, this method will postprocess the name specified so it is unique in the catalog
See Also