Click or drag to resize

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.1.3.0 (8.1.3.20220620)
Syntax
[ObsoleteAttribute("This method is obsolete. Use GetContextFromXml instead.", 
	false)]
public static DataSet ConvertXmlContextToDataSet(
	string workflowContext
)

Parameters

workflowContext
Type: SystemString
Xml workflow context

Return Value

Type: DataSet
Returns the context in a DataSet
See Also