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