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.7.2.0 (4.7.2.0)
Syntaxpublic static DataSet GetContextFromRecordSet(
	string xml
)
Public Shared Function GetContextFromRecordSet ( 
	xml As String
) As DataSet
Parameters
- xml
 - Type: SystemString
Context in XML ADO RecordSet string 
Return Value
Type: 
DataSetA context in ADO RecordSet format
See Also