Click or drag to resize

ContextParametersAdd Method

Adds a new data parameter to the collection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Add(
	ContextParameter contextParameter
)

Parameters

contextParameter
Type: WorkflowGen.My.DataContextParameter
A new data parameter to add to the collection
See Also