System.Data Hierarchy

System.Object

   System.Attribute

      System.ComponentModel.DescriptionAttribute

         System.Data.DataSysDescriptionAttribute

   System.Collections.Hashtable

      System.Data.PropertyCollection

   System.ComponentModel.MarshalByValueComponent

      System.Data.DataColumn

      System.Data.DataSet ---- System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.Runtime.Serialization.ISerializable

      System.Data.DataTable ---- System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.Runtime.Serialization.ISerializable

      System.Data.DataView ---- System.ComponentModel.IBindingList, System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable, System.ComponentModel.ITypedList, System.ComponentModel.ISupportInitialize

      System.Data.DataViewManager ---- System.ComponentModel.IBindingList, System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable, System.ComponentModel.ITypedList

   System.Data.Constraint

      System.Data.ForeignKeyConstraint

      System.Data.UniqueConstraint

   System.Data.DataRelation

   System.Data.DataRow

   System.Data.DataRowBuilder

   System.Data.DataRowView ---- System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.IEditableObject, System.ComponentModel.IDataErrorInfo

   System.Data.DataViewSetting

   System.Data.DataViewSettingCollection ---- System.Collections.ICollection, System.Collections.IEnumerable

   System.Data.InternalDataCollectionBase

      System.Data.ConstraintCollection

      System.Data.DataColumnCollection

      System.Data.DataRelationCollection

      System.Data.DataRowCollection

      System.Data.DataTableCollection

   System.Data.TypedDataSetGenerator

   System.Delegate

      System.MulticastDelegate

         System.Data.DataColumnChangeEventHandler

         System.Data.DataRowChangeEventHandler

         System.Data.FillErrorEventHandler

         System.Data.MergeFailedEventHandler

         System.Data.StateChangeEventHandler

   System.EventArgs

      System.Data.DataColumnChangeEventArgs

      System.Data.DataRowChangeEventArgs

      System.Data.FillErrorEventArgs

      System.Data.MergeFailedEventArgs

      System.Data.StateChangeEventArgs

   System.Exception

      System.SystemException

         System.Data.DataException

            System.Data.ConstraintException

            System.Data.DeletedRowInaccessibleException

            System.Data.DuplicateNameException

            System.Data.InRowChangingEventException

            System.Data.InvalidConstraintException

            System.Data.InvalidExpressionException

               System.Data.EvaluateException

               System.Data.SyntaxErrorException

            System.Data.MissingPrimaryKeyException

            System.Data.NoNullAllowedException

            System.Data.ReadOnlyException

            System.Data.RowNotInTableException

            System.Data.StrongTypingException

            System.Data.TypedDataSetGeneratorException

            System.Data.VersionNotFoundException

         System.Data.DBConcurrencyException

   System.ValueType

      System.Enum

         System.Data.AcceptRejectRule

         System.Data.CommandBehavior

         System.Data.CommandType

         System.Data.ConnectionState

         System.Data.DataRowAction

         System.Data.DataRowState

         System.Data.DataRowVersion

         System.Data.DataViewRowState

         System.Data.DbType

         System.Data.IsolationLevel

         System.Data.KeyRestrictionBehavior

         System.Data.MappingType

         System.Data.MissingMappingAction

         System.Data.MissingSchemaAction

         System.Data.ParameterDirection

         System.Data.PropertyAttributes

         System.Data.Rule

         System.Data.SchemaType

         System.Data.SqlDbType

         System.Data.StatementType

         System.Data.UpdateRowSource

         System.Data.UpdateStatus

         System.Data.XmlReadMode

         System.Data.XmlWriteMode

See Also

System.Data Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.