Data for Silverlight
DataSet Class Members
Properties  Methods 

C1.Silverlight.Data Namespace : DataSet Class

The following tables list the members exposed by DataSet.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive.  
Public PropertyGets or sets the name of this DataSet.  
Public PropertyGets or sets a value indicating whether constraint rules are followed when attempting any update operation.  
Public PropertyGets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets a value that indicates whether the DataSet has any changes since it was created, loaded, or since the AcceptChanges method was called.  
Public PropertyGets a value indicating whether there are errors in any of the DataTable objects within this DataSet.  
Public PropertyGets or sets the locale information used to compare strings within the table.  
Public PropertyGets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets a list with all the DataRelation objects in the DataSet.  
Public PropertyGets a list with all the DataTable objects in the DataSet.  
Top
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