| | Class | Description |
|---|
.png) | Constraint | Represents a constraint that can be enforced on one or more DataColumn objects. |
.png) | ConstraintCollection | Represents a collection of constraints for a DataTable. |
.png) | ConstraintException | Represents the exception that is thrown when attempting an action that violates a constraint. |
.png) | DataColumn | Represents the schema of a column in a DataTable. |
.png) | DataColumnChangeEventArgs | Provides data for the ColumnChanging event. |
.png) | DataColumnCollection | Represents a collection of DataColumn objects for a DataTable. |
.png) | DataException | Represents the exception that is thrown when errors are generated using ADO.NET components. |
.png) | DataRelation | Represents a parent/child relationship between two DataTable objects. |
.png) | DataRelationCollection | Represents the collection of DataRelation objects for this DataSet. |
.png) | DataRow | Represents a row of data in a DataTable. |
.png) | DataRowBuilder | The DataRowBuilder type supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
.png) | DataRowChangeEventArgs | Provides data for the RowChanged, RowChanging, OnRowDeleting, and OnRowDeleted events. |
.png) | DataRowCollection | Represents a collection of rows for a DataTable. |
.png) | DataRowView | Represents a customized view of a DataRow. |
.png) | DataSet | Represents an in-memory cache of data. |
.png) | DataSetSchemaImporterExtension | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
.png) | DataSysDescriptionAttribute | Marks a property, event, or extender with a description. Visual designers can display this description when referencing the member. |
.png) | DataTable | Represents one table of in-memory data. |
.png) | DataTableClearEventArgs | Provides data for the Clear method. |
.png) | DataTableCollection | Represents the collection of tables for the DataSet. |
.png) | DataTableNewRowEventArgs | Provides data for the NewRow method. |
.png) | DataTableReader | The DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets. |
.png) | DataView | Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation. |
.png) | DataViewManager | Contains a default DataViewSettingCollection for each DataTable in a DataSet. |
.png) | DataViewSetting | Represents the default settings for ApplyDefaultSort, DataViewManager, RowFilter, RowStateFilter, Sort, and Table for DataViews created from the DataViewManager. |
.png) | DataViewSettingCollection | Contains a read-only collection of DataViewSetting objects for each DataTable in a DataSet. |
.png) | DBConcurrencyException | The exception that is thrown by the DataAdapter during an insert, update, or delete operation if the number of rows affected equals zero. |
.png) | DeletedRowInaccessibleException | Represents the exception that is thrown when an action is tried on a DataRow that has been deleted. |
.png) | DuplicateNameException | Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a DataSet -related object. |
.png) | EvaluateException | Represents the exception that is thrown when the Expression property of a DataColumn cannot be evaluated. |
.png) | FillErrorEventArgs | Provides data for the FillError event of a DbDataAdapter. |
.png) | ForeignKeyConstraint | Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated. |
.png) | InRowChangingEventException | Represents the exception that is thrown when you call the EndEdit method within the RowChanging event. |
.png) | InternalDataCollectionBase | Provides the base functionality for creating collections. |
.png) | InvalidConstraintException | Represents the exception that is thrown when incorrectly trying to create or access a relation. |
.png) | InvalidExpressionException | Represents the exception that is thrown when you try to add a DataColumn that contains an invalid Expression to a DataColumnCollection. |
.png) | MergeFailedEventArgs | Occurs when a target and source DataRow have the same primary key value, and the EnforceConstraints property is set to true. |
.png) | MissingPrimaryKeyException | Represents the exception that is thrown when you try to access a row in a table that has no primary key. |
.png) | NoNullAllowedException | Represents the exception that is thrown when you try to insert a null value into a column where AllowDBNull is set to false. |
.png) | OperationAbortedException | This exception is thrown when an ongoing operation is aborted by the user. |
.png) | PropertyCollection | Represents a collection of properties that can be added to DataColumn, DataSet, or DataTable. |
.png) | ReadOnlyException | Represents the exception that is thrown when you try to change the value of a read-only column. |
.png) | RowNotInTableException | Represents the exception that is thrown when you try to perform an operation on a DataRow that is not in a DataTable. |
.png) | StateChangeEventArgs | Provides data for the state change event of a .NET Framework data provider. |
.png) | StatementCompletedEventArgs | Provides additional information for the StatementCompleted event. |
.png) | StrongTypingException | The exception that is thrown by a strongly typed DataSet when the user accesses a DBNull value. |
.png) | SyntaxErrorException | Represents the exception that is thrown when the Expression property of a DataColumn contains a syntax error. |
.png) | TypedDataSetGenerator | Used to create a strongly typed DataSet. |
.png) | TypedDataSetGeneratorException | The exception that is thrown when a name conflict occurs while generating a strongly typed DataSet. |
.png) | UniqueConstraint | Represents a restriction on a set of columns in which all values must be unique. |
.png) | VersionNotFoundException | Represents the exception that is thrown when you try to return a version of a DataRow that has been deleted. |