Click or drag to resize

ContextHelperGetContextFromXml Method

Gets a context from an XML ADO.NET Dataset string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static DataSet GetContextFromXml(
	string xml
)

Parameters

xml
Type: SystemString
Context in XML ADO.NET Dataset string

Return Value

Type: DataSet
Context
See Also