ContextHelperConvertXmlContextToDataSet Method |
Note: This API is now obsolete.
Convert a Xml Workflow Context to a DataSet
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax [ObsoleteAttribute("This method is obsolete. Use GetContextFromXml instead.",
false)]
public static DataSet ConvertXmlContextToDataSet(
string workflowContext
)
<ObsoleteAttribute("This method is obsolete. Use GetContextFromXml instead.",
false)>
Public Shared Function ConvertXmlContextToDataSet (
workflowContext As String
) As DataSet
Parameters
- workflowContext
- Type: SystemString
Xml workflow context
Return Value
Type:
DataSetReturns the context in a DataSet
See Also