Click or drag to resize
IDbSpecificCreatorClampNameToLengthLimit Method
Method which clamps the passed in string to F__hashcode of toClamp if the length of toClamp is too long and this creator's useRestrictedLengthOnAliasesOfFields is set to true in the ctor (which is the case in DB2 and Oracle)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string ClampNameToLengthLimit(
	string toClamp
)

Parameters

toClamp
Type: SystemString

Return Value

Type: String
ready to use name which doesn't exceed length restrictions
See Also