Data for Silverlight
DataSet Class Methods

C1.Silverlight.Data Namespace : DataSet Class

For a list of all members of this type, see DataSet members.

Public Methods
 NameDescription
Public MethodMarks all rows on all tables as unchanged.  
Public MethodClears all rows in all tables of the DataSet.  
Public MethodOverloaded. Gets a DataSet containing all tables that have changed since the data was loaded or AcceptChanges was called, or null if there are no changes.  
Public MethodReturns the XML representation of the data stored in the DataSet.  
Public MethodOverloaded. Loads a DataSet from an Xml stream.  
Public MethodLoads a DataSet from the specified string containing XML representation of the data.  
Public MethodResets the DataSet.  
Public MethodOverloaded. Writes a DataSet into an Xml stream.  
Top
See Also

Reference

DataSet Class
C1.Silverlight.Data Namespace