Click or drag to resize

ContextHelperGetContextFromRecordSet Method (XmlDocument)

Gets a context from a XML ADO RecordSet document

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(
	XmlDocument xmlDoc
)

Parameters

xmlDoc
Type: System.XmlXmlDocument
Context in XML ADO RecordSet document

Return Value

Type: DataSet
A context in ADO RecordSet format
See Also