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.1.0.0 (5.1.0)
Syntax string 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