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.6.0.0 (5.6.19.0117)
Syntax public void Add(
Object key,
string concatenatedResult
)
Public Sub Add (
key As Object,
concatenatedResult As String
)
Parameters
- key
- Type: SystemObject
- concatenatedResult
- Type: SystemString
See Also