Name | Description | |
---|---|---|
DataSet Constructor | Overloaded. |
The following tables list the members exposed by DataSet.
Name | Description | |
---|---|---|
DataSet Constructor | Overloaded. |
Name | Description | |
---|---|---|
CaseSensitive | Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. | |
DataSetName | Gets or sets the name of this DataSet. | |
EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. | |
ExtendedProperties | Gets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject) | |
HasChanges | Gets a value that indicates whether the DataSet has any changes since it was created, loaded, or since the AcceptChanges method was called. | |
HasErrors | Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. | |
Locale | Gets or sets the locale information used to compare strings within the table. | |
Name | Gets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject) | |
Relations | Gets a list with all the DataRelation objects in the DataSet. | |
Tables | Gets a list with all the DataTable objects in the DataSet. |
Name | Description | |
---|---|---|
AcceptChanges | Marks all rows on all tables as unchanged. | |
Clear | Clears all rows in all tables of the DataSet. | |
GetChanges | Overloaded. 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. | |
GetXml | Returns the XML representation of the data stored in the DataSet. | |
ReadXml | Overloaded. Loads a DataSet from an Xml stream. | |
ReadXmlFromString | Loads a DataSet from the specified string containing XML representation of the data. | |
Reset | Resets the DataSet. | |
WriteXml | Overloaded. Writes a DataSet into an Xml stream. |