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
CaseSensitive bool. Gets or sets the value that indicates whether string comparisons within the DataSet are case sensitive. DataSetName string. Gets or sets the name of the DataSet object. [read-only] DefaultViewManager DataViewManager. Gets a custom System.Data.DataViewManager which allows filtering, searching and navigating the DataSet. EnforceConstraints bool. Gets or sets a value indicating whether constraint rules are enforced during updates of the DataSet object. [read-only] ExtendedProperties PropertyCollection. Gets the collection of customized user information associated with the DataSet. [read-only] HasErrors bool. Gets a value indicating whether there are errors in any of the tables within the DataSet object. [read-only] IsInitialized bool. Documentation for this section has not yet been entered. Locale System.Globalization.CultureInfo. Gets or sets the locale information used to compare strings within the table. Namespace string. Gets or sets the namespace of the DataSet. Prefix string. Gets or sets an XML prefix that aliases the namespace of the DataSet. [read-only] Relations DataRelationCollection. Get the collection of relations that link tables and allow navigation from parent tables to child tables. RemotingFormat SerializationFormat. Documentation for this section has not yet been entered. SchemaSerializationMode SchemaSerializationMode. Documentation for this section has not yet been entered. overrideSite System.ComponentModel.ISite. Gets or sets an System.ComponentModel.ISite for the DataSet. [read-only] Tables DataTableCollection. Gets the collection of tables contained in the DataSet.