Click or drag to resize

ContextParameters Constructor (XmlDocument)

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

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

Parameters

xmlDoc
Type: System.XmlXmlDocument
A XML document
See Also