Click or drag to resize

ContextHelperGetContextFromRecordSet Method (String)

Gets a context from a XML ADO RecordSet string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static DataSet GetContextFromRecordSet(
	string xml
)

Parameters

xml
Type: SystemString
Context in XML ADO RecordSet string

Return Value

Type: DataSet
A context in ADO RecordSet format
See Also