ApplicationUtilsClampMetaDataNameToNameLengthLimit Method |
Clamps the meta data name specified to the name length limit defined for the driver specified, if any.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static string ClampMetaDataNameToNameLengthLimit(
string driverId,
string toClamp
)
Public Shared Function ClampMetaDataNameToNameLengthLimit (
driverId As String,
toClamp As String
) As String
Parameters
- driverId
- Type: SystemString
The driver identifier. - toClamp
- Type: SystemString
To clamp.
Return Value
Type:
StringtoClamp, clamped to the name length limit of the driver, if specified.
See Also