Class | Description | |
---|---|---|
DataColumn | Subset of the System.Data.DataColumn class. | |
DataColumnChangeEventArgs | Provides data for the ColumnChanging and ColumnChanged events. | |
DataColumnList | List of DataColumn objects. | |
DataRelation | Represents a parent/child relationship between two DataTable objects. | |
DataRelationCollection | Collection of DataRelation objects. | |
DataRow | Subset of the System.Data.DataRow class. | |
DataRowBuilder | Helper class used for building typed DataRow objects. | |
DataRowCollection | Collection of DataRow objects. | |
DataRowView | Class that wraps a DataRow object, used as a base for dynamically-generated classes that expose the DataRow columns as bindable properties. | |
DataSet | Subset of the System.Data.DataSet class. | |
DataTable | Subset of the System.Data.DataTable class. | |
DataTableCollection | List of DataTable objects. | |
DataView | Represents a bindable view of a DataTable with support for sorting and filtering. | |
ForeignKeyConstraint | Represents an action restriction enforced on a set of columns when a row is deleted or updated. | |
NamedObject | Object that has a Name property. | |
NamedObjectCollection<T> | Collection of named objects, provides string indexer to retrieve objects by name. | |
PropertyCollection | Represents a collection of properties that can be added to a DataSet, DataTable, or DataColumn. | |
UpdatableCollection<T> | Observable collection similar to the one in System.Collections.ObjectModel but with BeginUpdate/EndUpdate methods used to optionally suppress notifications. |