This documentation is archived and is not being maintained.
DataSet Properties
Visual Studio 2010
The DataSet type exposes the following members.
| Name | Description | |
|---|---|---|
|
CaseSensitive | Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive. |
|
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
|
DataSetName | Gets or sets the name of the current DataSet. |
|
DefaultViewManager | Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. |
|
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
|
EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. |
|
Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) |
|
ExtendedProperties | Gets the collection of customized user information associated with the DataSet. |
|
HasErrors | Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet. |
|
IsInitialized | Gets a value that indicates whether the DataSet is initialized. |
|
Locale | Gets or sets the locale information used to compare strings within the table. |
|
Namespace | Gets or sets the namespace of the DataSet. |
|
Prefix | Gets or sets an XML prefix that aliases the namespace of the DataSet. |
|
Relations | Get the collection of relations that link tables and allow navigation from parent tables to child tables. |
|
RemotingFormat | Gets or sets a SerializationFormat for the DataSet used during remoting. |
|
SchemaSerializationMode | Gets or sets a SchemaSerializationMode for a DataSet. |
|
Site | Gets or sets an System.ComponentModel::ISite for the DataSet. (Overrides MarshalByValueComponent::Site.) |
|
Tables | Gets the collection of tables contained in the DataSet. |
| Name | Description | |
|---|---|---|
|
IListSource::ContainsListCollection | For a description of this member, see IListSource::ContainsListCollection. |
Show: