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