This documentation is archived and is not being maintained.
DataSet Properties
.NET Framework 1.1
The properties of the DataSet class are listed here. For a complete list of DataSet class members, see the DataSet Members topic.
Public Properties
CaseSensitive Supported by the .NET Compact Framework. | Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
DataSetName Supported by the .NET Compact Framework. | Gets or sets the name of the current DataSet. |
DefaultViewManager Supported by the .NET Compact Framework. | Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
EnforceConstraints Supported by the .NET Compact Framework. | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. |
ExtendedProperties Supported by the .NET Compact Framework. | Gets the collection of customized user information associated with the DataSet. |
HasErrors Supported by the .NET Compact Framework. | Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. |
Locale Supported by the .NET Compact Framework. | Gets or sets the locale information used to compare strings within the table. |
Namespace Supported by the .NET Compact Framework. | Gets or sets the namespace of the DataSet. |
Prefix Supported by the .NET Compact Framework. | Gets or sets an XML prefix that aliases the namespace of the DataSet. |
Relations Supported by the .NET Compact Framework. | Get the collection of relations that link tables and allow navigation from parent tables to child tables. |
Site | Overridden. Gets or sets an System.ComponentModel.ISite for the DataSet. |
Tables Supported by the .NET Compact Framework. | Gets the collection of tables contained in the DataSet. |
Protected Properties
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
Explicit Interface Implementations
See Also
Show:
