Click or drag to resize

ContextParameters Constructor (String)

Initialize a new context with a XML DataSet, XML RecordSet or JSON context string

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

Parameters

xmlOrJsonContext
Type: SystemString
XML DataSet, XML RecordSet or JSON context string
See Also