IDataTemplate.SetParameter(string name, object value) Method
.NET Standard 2.x
Sets parameter values for the XML template.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
void SetParameter(string name, object value);
Parameters
name System.String
The name of the placeholder in the template.
value System.Object
The value to be assigned to the placeholder in the template.
Examples
Coming soon.
Applies to
.NET Standard
2.x