Constraint |
Represents a constraint that can be enforced on one or more DataColumn objects.
|
ConstraintCollection |
Represents a collection of constraints for a DataTable.
|
ConstraintException |
Represents the exception that is thrown when attempting an action that violates a constraint.
|
DataColumn |
Represents the schema of a column in a DataTable.
|
DataColumnChangeEventArgs |
Provides data for the ColumnChanging event.
|
DataColumnCollection |
Represents a collection of DataColumn objects for a DataTable.
|
DataException |
Represents the exception that is thrown when errors are generated using ADO.NET components.
|
DataRelation |
Represents a parent/child relationship between two DataTable objects.
|
DataRelationCollection |
Represents the collection of DataRelation objects for this DataSet.
|
DataRow |
Represents a row of data in a DataTable.
|
DataRowBuilder |
The DataRowBuilder type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
DataRowChangeEventArgs |
Provides data for the RowChanged, RowChanging, OnRowDeleting(DataRowChangeEventArgs), and OnRowDeleted(DataRowChangeEventArgs) events.
|
DataRowCollection |
Represents a collection of rows for a DataTable.
|
DataRowComparer |
Returns a singleton instance of the DataRowComparer<TRow> class.
|
DataRowComparer<TRow> |
Compares two DataRow objects for equivalence by using value-based comparison.
|
DataRowExtensions |
Defines the extension methods to the DataRow class. This is a static class.
|
DataRowView |
Represents a customized view of a DataRow.
|
DataSet |
Represents an in-memory cache of data.
|
DataSetSchemaImporterExtension |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
DataSysDescriptionAttribute |
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.
|
DataTableClearEventArgs |
Provides data for the Clear() method.
|
DataTableCollection |
Represents the collection of tables for the DataSet.
|
DataTableExtensions |
Defines the extension methods to the DataTable class. DataTableExtensions is a static class.
|
DataTableNewRowEventArgs |
Provides data for the NewRow() method.
|
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.
|
DataView |
Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation. The DataView does not store data, but instead represents a connected view of its corresponding DataTable. Changes to the DataView's data will affect the DataTable.
Changes to the DataTable's data will affect all DataViews associated with it.
|
DataViewManager |
Contains a default DataViewSettingCollection for each DataTable in a DataSet.
|
DataViewSetting |
Represents the default settings for ApplyDefaultSort, DataViewManager, RowFilter, RowStateFilter,
Sort, and Table for DataViews created from the DataViewManager.
|
DataViewSettingCollection |
Contains a read-only collection of DataViewSetting objects for each DataTable in a DataSet.
|
DBConcurrencyException |
The exception that is thrown by the DataAdapter during an insert, update, or delete operation if the number of rows affected equals zero.
|
DeletedRowInaccessibleException |
Represents the exception that is thrown when an action is tried on a DataRow that has been deleted.
|
DuplicateNameException |
Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a DataSet -related object.
|
EntityCommandCompilationException |
Represents errors that occur during command compilation; when a command tree could not be produced to represent the command text.
|
EntityCommandExecutionException |
Represents errors that occur when the underlying storage provider could not execute the specified command. This exception usually wraps a provider-specific exception.
|
EntityException |
Represents Entity Framework-related errors that occur in the EntityClient namespace. The EntityException is the base class for all Entity Framework exceptions thrown by the EntityClient.
|
EntityKey |
Provides a durable reference to an object that is an instance of an entity type.
|
EntityKeyMember |
Represents a key name and value pair that is part of an EntityKey.
|
EntitySqlException |
Represents errors that occur when parsing Entity SQL command text. This exception is thrown when syntactic or semantic rules are violated.
|
EnumerableRowCollection |
Represents a collection of DataRow objects returned from a LINQ to DataSet query. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
EnumerableRowCollection<TRow> |
Represents a collection of DataRow objects returned from a query.
|
EnumerableRowCollectionExtensions |
Contains the extension methods for the data row collection classes.
|
EvaluateException |
Represents the exception that is thrown when the Expression property of a DataColumn cannot be evaluated.
|
FillErrorEventArgs |
Provides data for the FillError event of a DbDataAdapter.
|
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.
|
InRowChangingEventException |
Represents the exception that is thrown when you call the EndEdit() method within the RowChanging event.
|
InternalDataCollectionBase |
Provides the base functionality for creating collections.
|
InvalidCommandTreeException |
The exception that is thrown to indicate that a command tree is invalid. This exception is currently not thrown anywhere in the Entity Framework.
|
InvalidConstraintException |
Represents the exception that is thrown when incorrectly trying to create or access a relation.
|
InvalidExpressionException |
Represents the exception that is thrown when you try to add a DataColumn that contains an invalid Expression to a DataColumnCollection.
|
MappingException |
The exception that is thrown when mapping related service requests fail.
|
MergeFailedEventArgs |
Occurs when a target and source DataRow have the same primary key value, and the EnforceConstraints property is set to true.
|
MetadataException |
The exception that is thrown when metadata related service requests fails.
|
MissingPrimaryKeyException |
Represents the exception that is thrown when you try to access a row in a table that has no primary key.
|
NoNullAllowedException |
Represents the exception that is thrown when you try to insert a null value into a column where AllowDBNull is set to false.
|
ObjectNotFoundException |
The exception that is thrown when an object is not present.
|
OperationAbortedException |
This exception is thrown when an ongoing operation is aborted by the user.
|
OptimisticConcurrencyException |
The exception that is thrown when an optimistic concurrency violation occurs.
|
OrderedEnumerableRowCollection<TRow> |
Represents a collection of ordered DataRow objects returned from a query.
|
PropertyCollection |
Represents a collection of properties that can be added to DataColumn, DataSet, or DataTable.
|
PropertyConstraintException |
Property constraint exception class. Note that this class has state - so if you change even its internals, it can be a breaking change.
|
ProviderIncompatibleException |
The exception that is thrown when the underlying data provider is incompatible with the Entity Framework.
|
ReadOnlyException |
Represents the exception that is thrown when you try to change the value of a read-only column.
|
RowNotInTableException |
Represents the exception that is thrown when you try to perform an operation on a DataRow that is not in a DataTable.
|
StateChangeEventArgs |
Provides data for the state change event of a .NET Framework data provider.
|
StatementCompletedEventArgs |
Provides additional information for the StatementCompleted event.
|
StrongTypingException |
The exception that is thrown by a strongly typed DataSet when the user accesses a DBNull value.
|
SyntaxErrorException |
Represents the exception that is thrown when the Expression property of a DataColumn contains a syntax error.
|
TypedDataSetGenerator |
Used to create a strongly typed DataSet.
|
TypedDataSetGeneratorException |
The exception that is thrown when a name conflict occurs while generating a strongly typed DataSet.
|
TypedTableBase<T> |
This type is used as a base class for typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool, and is not intended to be used directly from your code.
|
TypedTableBaseExtensions |
Contains the extension methods for the TypedTableBase<T> class.
|
UniqueConstraint |
Represents a restriction on a set of columns in which all values must be unique.
|
UpdateException |
The exception that is thrown when modifications to object instances cannot be persisted to the data source.
|
VersionNotFoundException |
Represents the exception that is thrown when you try to return a version of a DataRow that has been deleted.
|