| 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)
Syntaxstring ClampNameToLengthLimit(
	string toClamp
)
Function ClampNameToLengthLimit ( 
	toClamp As String
) As String
Parameters
- toClamp
 - Type: SystemString
 
Return Value
Type: 
Stringready to use name which doesn't exceed length restrictions
See Also