See Also

Devart.Data.Linq Assembly

See AlsoDevart.Data.LinqSend comments on this topic.

Devart.Data.Linq Namespace

Inheritance Hierarchy

Classes

ClassDescription
ChangeConflictCollectionCollection of objects involved in concurrency conflicts.
ChangeConflictExceptionThis exception is thrown when an update fails because the data in the database have been updated since the client last read them.
CompiledQueryAllows compiling and caching queries.
CompiledQueryCacheCaches compiled LINQ queries of the application.
DataContextRepresents the main entry point for the LINQ to SQL framework.
DataLoadOptionsAllows immediate loading and filtering of related data.
LinqCommandExecutionExceptionThis exception is raised when any internal ADO.NET exception occurs. InnerException property stores the exception, that was raised on ADO.NET level. Usually it is DbException for our providers. LinqCommandExecutionException was introduced for exception unification when working with different database servers simultaneously.
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.
ObjectSubmitErrorThis class is used for solving errors that occurred during the DataContext.SubmitChanges operation. "Errors" means any exceptions that occurred after executing INSERT, UPDATE, or DELETE operations.
QueryableThis class allows to execute queries with custom data load options.
SqlMethodsProvides methods that correspond to database server functions. Methods in the SqlMethods class are only supported in LINQ to SQL queries.
SubmitErrorCollectionTyped collection, storing ObjectSubmitError elements. Implements ICollection and IEnumerable interfaces.
SubmitErrorEventArgsUsed as an argument in the partial DataContext.OnSubmitError method.
SubmitErrorExceptionThis exception is thrown if errors occurred while performing the DataContext.SubmitChanges operation and not all errors were processed in the OnSubmitError event.
TableRepresents a table for a particular type in the underlying database.
Generic TableRepresents a table for a particular type in the underlying database.

Interfaces

InterfaceDescription
ITableUsed for weakly typed query scenarios.

Enumerations

EnumerationDescription
ConflictModeThis enumeration is used to specify the action when processing concurrency conflicts.

See Also

Devart.Data.Linq Assembly

 

 


© 2010 - 2013 Devart. All Rights Reserved.