ContextParametersAdd Method |
Adds a new data parameter to the collection
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public void Add(
ContextParameter contextParameter
)
Public Sub Add (
contextParameter As ContextParameter
)
Parameters
- contextParameter
- Type: WorkflowGen.My.DataContextParameter
A new data parameter to add to the collection
See Also