Click or drag to resize

ContextParameters Constructor (XmlDocument)

Initialize a context with a XML document in ADO.NET DataSet format

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public ContextParameters(
	XmlDocument context
)

Parameters

context
Type: System.XmlXmlDocument
A XML document in ADO.NET DataSet format
See Also