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.0.5.0 (8.0.5.20210818)
Syntax public ContextParameters(
XmlDocument context
)
Public Sub New (
context As XmlDocument
)
Parameters
- context
- Type: System.XmlXmlDocument
A XML document in ADO.NET DataSet format
See Also