Convert to dataset to XML.
Namespace:
FlowWright.deDataAccess
Assembly:
deDataAccess (in deDataAccess.dll)
public static string dataSetToXML(
DataSet oDS,
MappingType oMapType
)
Public Shared Function dataSetToXML ( _
oDS As DataSet, _
oMapType As MappingType _
) As String
public:
static String^ dataSetToXML(
DataSet^ oDS,
MappingType^ oMapType
)
Parameters
- oDS
- Type: DataSet
The data set
- oMapType
- Type: MappingType
Column mapping type, element or attribute
Return Value
System.String.