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.1.3.0 (8.1.3.20220620)
Syntax
public ContextParameters(
	string context
)

Parameters

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