Click or drag to resize

StringFragmentsCacheAdd Method

Adds the specified concatenated result with the specified key if the key doesn't already exist.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Add(
	Object key,
	string concatenatedResult
)

Parameters

key
Type: SystemObject
concatenatedResult
Type: SystemString
See Also