Mono Class Library: Overview

System.Data.DataSet: Property Members

The properties of System.Data.DataSet are listed below. For a list of all members, see the DataSet Members list.

See Also: Inherited members from System.ComponentModel.MarshalByValueComponent

Public Properties

CaseSensitivebool. Gets or sets the value that indicates whether string comparisons within the DataSet are case sensitive.
DataSetNamestring. Gets or sets the name of the DataSet object.
[read-only]
DefaultViewManagerDataViewManager. Gets a custom System.Data.DataViewManager which allows filtering, searching and navigating the DataSet.
EnforceConstraintsbool. Gets or sets a value indicating whether constraint rules are enforced during updates of the DataSet object.
[read-only]
ExtendedPropertiesPropertyCollection. Gets the collection of customized user information associated with the DataSet.
[read-only]
HasErrorsbool. Gets a value indicating whether there are errors in any of the tables within the DataSet object.
[read-only]
IsInitializedbool. Documentation for this section has not yet been entered.
LocaleSystem.Globalization.CultureInfo. Gets or sets the locale information used to compare strings within the table.
Namespacestring. Gets or sets the namespace of the DataSet.
Prefixstring. Gets or sets an XML prefix that aliases the namespace of the DataSet.
[read-only]
RelationsDataRelationCollection. Get the collection of relations that link tables and allow navigation from parent tables to child tables.
RemotingFormatSerializationFormat. Documentation for this section has not yet been entered.
SchemaSerializationModeSchemaSerializationMode. Documentation for this section has not yet been entered.
override
SiteSystem.ComponentModel.ISite. Gets or sets an System.ComponentModel.ISite for the DataSet.
[read-only]
TablesDataTableCollection. Gets the collection of tables contained in the DataSet.