Click or drag to resize

StringFragmentsCache.Add 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.11.0.0 (5.11.23.1114)
Syntax
public void Add(
	Object key,
	string concatenatedResult
)

Parameters

key
Type: System.Object
concatenatedResult
Type: System.String
See Also