| TempTableCacheManagerGetValue Method |
Namespace:
Dynamicweb.DataIntegration.ProviderHelpers
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public Dictionary<string, Object> GetValue(
string key
)
Public Function GetValue (
key As String
) As Dictionary(Of String, Object)
Parameters
- key
- Type: SystemString
Return Value
Type:
DictionaryString,
ObjectSee Also