ISaveContext.Add(string name, object value) Method
.NET Standard 2.x
Adds a value of any data type and its name to the ISaveContext
object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
void Add(string name, object value);
Parameters
name
System.String
The name of the value to be added.
value
System.Object
The value of any data type to be added
Applies to
.NET Standard
2.x