Data for Silverlight
WriteXml(Stream) Method

C1.Silverlight.Data Namespace > DataSet Class > WriteXml Method : WriteXml(Stream) Method
System.IO.Stream where the DataSet will be saved.
Writes a DataSet into an Xml stream.
Syntax
'Declaration
 
Public Overloads Sub WriteXml( _
   ByVal stream As Stream _
) 
public void WriteXml( 
   Stream stream
)

Parameters

stream
System.IO.Stream where the DataSet will be saved.
See Also

Reference

DataSet Class
DataSet Members
Overload List