Data for Silverlight
GetXml Method

C1.Silverlight.Data Namespace > DataSet Class : GetXml Method
Returns the XML representation of the data stored in the DataSet.
Syntax
'Declaration
 
Public Function GetXml() As String
public string GetXml()

Return Value

A string that is a representation of the data stored in the DataSet.
See Also

Reference

DataSet Class
DataSet Members