Click or drag to resize

StringFragmentsCacheGetConcatenatedResult Method

Gets the concatenated result as cached by the key specified, or null if not found.

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 string GetConcatenatedResult(
	Object key
)

Parameters

key
Type: SystemObject

Return Value

Type: String
See Also