ContextParametersAdd Method |
Adds a new data parameter to the collection
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
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