Represents a constraint that can be enforced on one or more DataColumn objects.
ConstraintCollectionRepresents a collection of constraints for a DataTable.
ConstraintExceptionRepresents the exception that is thrown when attempting an action that violates a constraint.
DataColumnRepresents the schema of a column in a DataTable.
DataColumnChangeEventArgsProvides data for the ColumnChanging event.
DataColumnCollectionRepresents a collection of DataColumn objects for a DataTable.
DataExceptionRepresents the exception that is thrown when errors are generated using ADO.NET components.
DataReaderExtensionsProvides extension methods for DbDataReader.
DataRelationRepresents a parent/child relationship between two DataTable objects.
DataRelationCollectionRepresents the collection of DataRelation objects for this DataSet.
DataRowRepresents a row of data in a DataTable.
DataRowBuilderThe DataRowBuilder
type supports the .NET infrastructure and is not intended to be used directly from your code.
Provides data for the RowChanged, RowChanging, OnRowDeleting(DataRowChangeEventArgs), and OnRowDeleted(DataRowChangeEventArgs) events.
DataRowCollectionRepresents a collection of rows for a DataTable.
DataRowComparerReturns a singleton instance of the DataRowComparer<TRow> class.
DataRowComparer<TRow>Compares two DataRow objects for equivalence by using value-based comparison.
DataRowExtensionsDefines the extension methods to the DataRow class. This is a static class.
DataRowViewRepresents a customized view of a DataRow.
DataSetRepresents an in-memory cache of data.
DataSetSchemaImporterExtensionThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
DataSysDescriptionAttributeMarks a property, event, or extender with a description. Visual designers can display this description when referencing the member.
DataTableRepresents one table of in-memory data.
DataTableClearEventArgsProvides data for the Clear() method.
DataTableCollectionRepresents the collection of tables for the DataSet.
DataTableExtensionsDefines the extension methods to the DataTable class. DataTableExtensions is a static class.
DataTableNewRowEventArgsProvides data for the NewRow() method.
DataTableReaderThe DataTableReader obtains the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
DataViewRepresents 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.
DataViewManagerContains a default DataViewSettingCollection for each DataTable in a DataSet.
DataViewSettingRepresents the default settings for ApplyDefaultSort, DataViewManager, RowFilter, RowStateFilter, Sort, and Table for DataViews created from the DataViewManager.
DataViewSettingCollectionContains a read-only collection of DataViewSetting objects for each DataTable in a DataSet.
DBConcurrencyExceptionThe exception that is thrown by the DataAdapter during an insert, update, or delete operation if the number of rows affected equals zero.
DeletedRowInaccessibleExceptionRepresents the exception that is thrown when an action is tried on a DataRow that has been deleted.
DuplicateNameExceptionRepresents the exception that is thrown when a duplicate database object name is encountered during an add operation in a DataSet -related object.
EntityCommandCompilationExceptionRepresents errors that occur during command compilation; when a command tree could not be produced to represent the command text.
EntityCommandExecutionExceptionRepresents errors that occur when the underlying storage provider could not execute the specified command. This exception usually wraps a provider-specific exception.
EntityExceptionRepresents 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
.
Provides a durable reference to an object that is an instance of an entity type.
EntityKeyMemberRepresents a key name and value pair that is part of an EntityKey.
EntitySqlExceptionRepresents errors that occur when parsing Entity SQL command text. This exception is thrown when syntactic or semantic rules are violated.
EnumerableRowCollectionRepresents a collection of DataRow objects returned from a LINQ to DataSet query. This API supports the .NET infrastructure and is not intended to be used directly from your code.
EnumerableRowCollection<TRow>Represents a collection of DataRow objects returned from a query.
EnumerableRowCollectionExtensionsContains the extension methods for the data row collection classes.
EvaluateExceptionRepresents the exception that is thrown when the Expression property of a DataColumn cannot be evaluated.
FillErrorEventArgsProvides data for the FillError event of a DbDataAdapter.
ForeignKeyConstraintRepresents 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.
InRowChangingEventExceptionRepresents the exception that is thrown when you call the EndEdit() method within the RowChanging event.
InternalDataCollectionBaseProvides the base functionality for creating collections.
InvalidCommandTreeExceptionThe exception that is thrown to indicate that a command tree is invalid. This exception is currently not thrown anywhere in the Entity Framework.
InvalidConstraintExceptionRepresents the exception that is thrown when incorrectly trying to create or access a relation.
InvalidExpressionExceptionRepresents the exception that is thrown when you try to add a DataColumn that contains an invalid Expression to a DataColumnCollection.
MappingExceptionThe exception that is thrown when mapping related service requests fail.
MergeFailedEventArgsOccurs when a target and source DataRow
have the same primary key value, and the EnforceConstraints property is set to true.
The exception that is thrown when metadata related service requests fails.
MissingPrimaryKeyExceptionRepresents the exception that is thrown when you try to access a row in a table that has no primary key.
NoNullAllowedExceptionRepresents the exception that is thrown when you try to insert a null value into a column where AllowDBNull is set to false
.
The exception that is thrown when an object is not present.
OperationAbortedExceptionThis exception is thrown when an ongoing operation is aborted by the user.
OptimisticConcurrencyExceptionThe exception that is thrown when an optimistic concurrency violation occurs.
OrderedEnumerableRowCollection<TRow>Represents a collection of ordered DataRow objects returned from a query.
PropertyCollectionRepresents a collection of properties that can be added to DataColumn, DataSet, or DataTable.
PropertyConstraintExceptionProperty constraint exception class. Note that this class has state - so if you change even its internals, it can be a breaking change.
ProviderIncompatibleExceptionThe exception that is thrown when the underlying data provider is incompatible with the Entity Framework.
ReadOnlyExceptionRepresents the exception that is thrown when you try to change the value of a read-only column.
RowNotInTableExceptionRepresents the exception that is thrown when you try to perform an operation on a DataRow that is not in a DataTable.
StateChangeEventArgsProvides data for the state change event of a .NET data provider.
StatementCompletedEventArgsProvides additional information for the StatementCompleted event.
StrongTypingExceptionThe exception that is thrown by a strongly typed DataSet when the user accesses a DBNull
value.
Represents the exception that is thrown when the Expression property of a DataColumn contains a syntax error.
TypedDataSetGeneratorUsed to create a strongly typed DataSet.
TypedDataSetGeneratorExceptionThe 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.
TypedTableBaseExtensionsContains the extension methods for the TypedTableBase<T> class.
UniqueConstraintRepresents a restriction on a set of columns in which all values must be unique.
UpdateExceptionThe exception that is thrown when modifications to object instances cannot be persisted to the data source.
VersionNotFoundExceptionRepresents the exception that is thrown when you try to return a version of a DataRow that has been deleted.
IColumnMappingAssociates a data source column with a DataSet column, and is implemented by the DataColumnMapping class, which is used in common by .NET data providers.
IColumnMappingCollectionContains a collection of DataColumnMapping objects, and is implemented by the DataColumnMappingCollection, which is used in common by .NET data providers.
IDataAdapterAllows an object to implement a DataAdapter, and represents a set of methods and mapping action-related properties that are used to fill and update a DataSet and update a data source.
IDbDataAdapter instances are for data sources that are (or resemble) relational databases with textual commands (like Transact-SQL), while IDataAdapter instances could can use any type of data source.
IDataParameterRepresents a parameter to a Command object, and optionally, its mapping to DataSet columns; and is implemented by .NET data providers that access data sources.
IDataParameterCollectionCollects all parameters relevant to a Command object and their mappings to DataSet columns, and is implemented by .NET data providers that access data sources.
IDataReaderProvides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET data providers that access relational databases.
IDataRecordProvides access to the column values within each row for a DataReader
, and is implemented by .NET data providers that access relational databases.
Represents an SQL statement that is executed while connected to a data source, and is implemented by .NET data providers that access relational databases.
IDbConnectionRepresents an open connection to a data source, and is implemented by .NET data providers that access relational databases.
IDbDataAdapterRepresents a set of command-related properties that are used to fill the DataSet and update a data source, and is implemented by .NET data providers that access relational databases.
IDbDataParameterUsed by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to DataSet columns.
IDbTransactionRepresents a transaction to be performed at a data source, and is implemented by .NET data providers that access relational databases.
IExtendedDataRecordProvides access to the column values within each row of a DbDataRecord for a DbDataReader.
ITableMappingAssociates a source table with a table in a DataSet, and is implemented by the DataTableMapping class, which is used in common by .NET data providers.
ITableMappingCollectionContains a collection of TableMapping objects, and is implemented by the DataTableMappingCollection, which is used in common by .NET data providers.
In a disconnected scenario such as the Internet, ADO.NET provides the tools to request, update, and reconcile data in multiple tier systems. The ADO.NET architecture is also implemented in client applications, such as Windows Forms, or HTML pages created by ASP.NET.
The centerpiece of the ADO.NET architecture is the DataSet class. Each DataSet can contain multiple DataTable objects, with each DataTable containing data from a single data source, such as SQL Server.
If a DataTable participates in a parent/child relationship with another DataTable, the relationship is constructed by adding a DataRelation to the DataRelationCollection of a DataSet object. When such a relation is added, a UniqueConstraint and a ForeignKeyConstraint are both created automatically, depending on the parameter settings for the constructor. The UniqueConstraint guarantees that values that are contained in a column are unique. The ForeignKeyConstraint determines what action will happen to the child row or column when a primary key value is changed or deleted.
Using the System.Data.SqlClient namespace (the.NET Framework Data Provider for SQL Server), the System.Data.Odbc namespace (the.NET Framework Data Provider for ODBC), the System.Data.OleDb namespace (the.NET Framework Data Provider for OLE DB), or the System.Data.OracleClient namespace (the .NET Framework Data Provider for Oracle), you can access a data source to use together with a DataSet. Each.NET Framework data provider has a corresponding DataAdapter that you use as a bridge between a data source and a DataSet.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4