Click or drag to resize

ContextConvertDataSetToRecordSet Method

Converts a DataSet to a XML RecordSet

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

Parameters

dataSetToConvert
Type: System.DataDataSet
DataSet to be Converted to a XML RecordSet

Return Value

Type: String
XML RecordSet as String
Remarks

Takes a DataSet and converts into a Recordset. The converted ADODB recordset is returned as an XML string.

See Also