Click or drag to resize
ContextParameters Constructor (XmlDocument)
Creates WFG context from a XML document (RecordSet or DataSet XML Document)

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public ContextParameters(
	XmlDocument xmlDocument
)

Parameters

xmlDocument
Type: System.XmlXmlDocument
The XML document
See Also