Contains classes that support interaction with relational databases in LINQ to SQL applications.
Classes BinaryRepresents an immutable block of binary data.
ChangeConflictCollectionReturns a collection of objects involved in concurrency conflicts.
ChangeConflictExceptionThrown when an update fails because database values have been updated since the client last read them.
ChangeSetProvides a container to hold changes.
CompiledQueryProvides for compilation and caching of queries for reuse.
DataContextRepresents the main entry point for the LINQ to SQL framework.
DataLoadOptionsProvides for immediate loading and filtering of related data.
DBConvertUsed internally to convert one type to another.
DuplicateKeyExceptionThrown when an attempt is made to add an object to the identity cache by using a key that is already being used.
EntitySet<TEntity>Provides for deferred loading and relationship maintenance for the collection side of one-to-many and one-to-one relationships in a LINQ to SQL applications.
ForeignKeyReferenceAlreadyHasValueExceptionRepresents errors that occur when an attempt is made to change a foreign key when the entity is already loaded.
MemberChangeConflictRepresents a situation in which an attempted update fails because member values have been updated since the client last read them.
ObjectChangeConflictRepresents an update attempt with one or more optimistic concurrency conflicts.
Table<TEntity>Represents a table for a particular type in the underlying database.
Structs EntityRef<TEntity>Provides for deferred loading and relationship maintenance for the singleton side of a one-to-many relationship in a LINQ to SQL application.
Link<T>Used to enable deferred loading of individual properties (similar to EntityRef<TEntity>).
ModifiedMemberInfoHolds values of members that have been modified in LINQ to SQL applications.
Interfaces IExecuteResultProvides access to the return value or results of executing a query.
IFunctionResultProvides access to the return value of a function.
IMultipleResultsRepresents the results of mapped functions or queries with variable return sequences.
ISingleResult<T>Represents the result of a mapped function that has a single return sequence.
ITableUsed for weakly typed query scenarios.
ITable<TEntity>Represents a table for a particular type in the underlying database.
Enums ChangeActionDescribes the type of change the entity will undergo when changes are submitted to the database.
ConflictModeSpecifies when concurrency conflicts should be reported.
RefreshModeDefines how the Refresh method handles optimistic concurrency conflicts.
LINQ to SQL is a technology that provides a run-time infrastructure for managing relational data as objects. For more information, see LINQ to SQL.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
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