Click or drag to resize

ContextHelperConvertContextToRecordSetXmlString Method

Converts a context to 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 string ConvertContextToRecordSetXmlString(
	DataSet context
)

Parameters

context
Type: System.DataDataSet
Context in ADO RecordSet format

Return Value

Type: String
XML ADO RecordSet string
See Also