Class |
Description |
AdapterDesignerAttribute |
A DataDesignerAttribute is an attribute that can be placed on a class to identify the class used to implement design time services. |
BaseCollection |
[To be supplied.] |
ColumnsCollection |
Represents a collection of DataColumn objects for a DataTable. |
Constraint |
Represents a constraint that can be enforced on one or more DataColumn objects. |
ConstraintException |
[To be supplied.] |
ConstraintsCollection |
ConstraintsCollection is a collection of constraints for a DataTable. It has Add/Remove capabilities, as well as an All array property, enumeration, etc. |
ConvertEventArgs |
[To be supplied.] |
CurrentRowChangingEventArgs |
[To be supplied.] |
DataColumn |
Represents one column of data in a DataTable. |
DataColumnChangeEventArgs |
Provides data for the ColumnChanging event. |
DataError |
Represents an custom error that can be associated with a DataRow. |
DataException |
[To be supplied.] |
DataExpression |
[To be supplied.] |
DataFilter |
[To be supplied.] |
DataKey |
[To be supplied.] |
DataRelation |
Represents a parent/child relationship between two tables. |
DataRow |
Represents a row of data in a DataTable. |
DataRowChangeEventArgs |
Provides data for the RowChanged, RowChanging, OnRowDeleting, and OnRowDeleted events. |
DataRowView |
Represents a customized view of a DataRow. |
DataRowViewColumnDescriptor |
[To be supplied.] |
DataRowViewRelationDescriptor |
[To be supplied.] |
DataRowViewTypeDescriptor |
[To be supplied.] |
DataSet |
Represents an in-memory cache of data. |
DataSetView |
Represents a view of a DataSet with individual filters automatically set on each of its tables. |
DataSetViewListItem |
[To be supplied.] |
DataSetViewListItemTableDescriptor |
[To be supplied.] |
DataSetViewListItemTypeDescriptor |
[To be supplied.] |
DataSysDescriptionAttribute |
DescriptionAttribute marks a property, event, or extender with a description. Visual designers can display this description when referencing the member. |
DataTable |
Represents one table of in-memory data. |
DataUtil |
[To be supplied.] |
DataView |
Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation. |
DeletedRowInaccessibleException |
Represents the exception that is thrown when an action is attempted on a DataRow that has been deleted. |
DuplicateConstraintException |
[To be supplied.] |
DuplicateNameException |
[To be supplied.] |
EmptyDataSourceException |
[To be supplied.] |
EnforceConstraintException |
[To be supplied.] |
EvaluateException |
[To be supplied.] |
ForeignKeyConstraint |
Represents an action restriction enforced on a set of columns in a child/parent relationship when a value or row is either deleted or updated. |
IndexEventArgs |
[To be supplied.] |
InRowChangingEventException |
[To be supplied.] |
InvalidBindingException |
[To be supplied.] |
InvalidConstraintException |
[To be supplied.] |
InvalidExpressionException |
[To be supplied.] |
InvalidRowsException |
[To be supplied.] |
ListChangedEventArgs |
[To be supplied.] |
MergeFailedEventArgs |
[To be supplied.] |
MissingPrimaryKeyException |
[To be supplied.] |
NoNullAllowedException |
[To be supplied.] |
ObjectStoreColumn |
[To be supplied.] |
ObjectStoreTable |
[To be supplied.] |
OriginalDataUneditableException |
[To be supplied.] |
PositionChangingEventArgs |
[To be supplied.] |
PropertiesCollection |
[To be supplied.] |
ReadOnlyException |
[To be supplied.] |
RelatedView |
[To be supplied.] |
RelationsCollection |
Represents the collection of relations, each of which allows navigation between related parent/child tables. |
RowNotInTableException |
[To be supplied.] |
RowsCollection |
Represents a collection of rows for a DataTable. |
StateChangeEventArgs |
[To be supplied.] |
StreamFormats |
[To be supplied.] |
SyntaxErrorException |
[To be supplied.] |
TablesCollection |
Represents the collection of tables for the DataSet. |
TableSetting |
Defines the custom settings used to view a DataTable in a DataSetView. |
TableSettingsCollection |
Represents the collection of custom table settings for a DataSetView. |
UniqueConstraint |
Represents a restriction on a set of columns in which all values must be unique. |
UriResolver |
[To be supplied.] |
VersionNotFoundException |
[To be supplied.] |