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.3.0.0 (4.3.0.0)
Syntax public ContextParameters(
XmlDocument xmlDoc
)
Public Sub New (
xmlDoc As XmlDocument
)
Parameters
- xmlDoc
- Type: System.XmlXmlDocument
A XML document
See Also