Click or drag to resize
AliasScopeAdd Method
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.3.0.0 (5.3.0)
Syntax
public void Add(
	string key,
	string value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
See Also