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)
Syntaxpublic string GetConcatenatedResult(
	Object key
)
Public Function GetConcatenatedResult ( 
	key As Object
) As String
Parameters
- key
 - Type: SystemObject
 
Return Value
Type: 
String
See Also