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: 9.1.0.0 (9.1.0.20241025)
Syntax
public ContextParameters(
	string context
)

Parameters

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