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.6.0.0 (5.6.19.0117)
Syntax public void SetPkConstraintNameIfNecessary(
string pkConstraintName
)
Public Sub SetPkConstraintNameIfNecessary (
pkConstraintName As String
)
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