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