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.3.0.0 (4.3.0.0)
Syntax public 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