Adds the specified key with the specific value to the scope data
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
Parameters
- key
- Type: SystemString
The key. - value
- Type: SystemString
The value.
See Also