ContextParameters Constructor (String) |
Initialize with an XML RecordSet or DataSet
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public ContextParameters(
string xmlString
)
Public Sub New (
xmlString As String
)
Parameters
- xmlString
- Type: SystemString
WorkflowGen XML RecordSet or DataSet Context
See Also