Click or drag to resize

ContextParameters Constructor (String)

Initialize a new context with a XML ADO.NET DataSet or JSON context string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
public ContextParameters(
	string context
)

Parameters

context
Type: SystemString
XML ADO.NET DataSet or JSON context string
See Also