Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public static string ClampMetaDataNameToNameLengthLimit(
	string driverId,
	string toClamp
)

Parameters

driverId
Type: SystemString
The driver identifier.
toClamp
Type: SystemString
To clamp.

Return Value

Type: String
toClamp, clamped to the name length limit of the driver, if specified.
See Also