FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..dataTableToXML Method

convert data table to XML

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static string dataTableToXML(
	DataTable oDT,
	string tableName,
	MappingType oMapType
)
Public Shared Function dataTableToXML ( _
	oDT As DataTable, _
	tableName As String, _
	oMapType As MappingType _
) As String
public:
static String^ dataTableToXML(
	DataTable^ oDT, 
	String^ tableName, 
	MappingType^ oMapType
)

Parameters

oDT
Type: DataTable
The o dt.
tableName
Type: String
Name of the table.
oMapType
Type: MappingType
Column mapping type, element or attribute

Return Value

System.String.