The properties of the DataSet class are listed below. For a complete list of DataSet class members, see the DataSet Members topic.
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. |
DefaultView | Gets a custom "view" of the data contained by the DataSet, one that allows filtering, searching, and navigating through the custom data view. |
EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. |
ExtendedProperties | Gets the collection of custom user information. |
HasErrors | Gets a value indicating whether there are errors in any of the rows in any of the tables of this DataSet. |
Locale | Gets or sets the locale information used to compare strings within the table. |
Relations | Get the collection of relations that link tables, and allow navigation from parent tables to child tables. |
Site (inherited from Component) | Gets or sets the site of the Component. |
Tables | Gets the collection of tables contained in the DataSet. |
Xml | Gets or sets the XML data for the DataSet. |
XmlData | Gets or sets the XML data for the DataSet. |
XmlDocument | Gets the XML document for the DataSet. |
XmlSchema | Gets or sets the XML schema of the DataSet. |