LinqConnect Documentation
Devart.Data.Linq Namespace / DataContext Class

DataContext Class Properties

For a list of all members of this type, see DataContext members.

Public Properties
 NameDescription
Public PropertyReturns a collection of objects that caused concurrency conflicts when SubmitChanges was called.  
Public PropertyIncreases the time-out period for queries that would otherwise time out during the default time-out period.  
Public PropertyReturns the connection used by the framework.  
Public PropertyInstructs the framework not to delay-load one-to-many or one-to-one relationships.  
Public PropertyDetermines how context's entity cache works.  
Public PropertyGets the collection of errors, occurred while performing the SubmitChanges operation and not processed in the OnSubmitError event.  
Public PropertyIndicates whether there are unprocessed errors, occurred during SubmitChanges operation.  
Public PropertyGets or sets the DataLoadOptions associated with this DataContext.  
Public PropertyPrints the SQL query or command to the TextReader.  
Public PropertyReturns the MetaModel on which the mapping is based.  
Public PropertyGets or sets the max number of queries, united in the batch for speeding up the SubmitChanges operation.  
Public PropertyGets or sets the maximal number of opened connections.  
Public PropertyInstructs the framework to track the original value and object identity for this DataContext.  
Public PropertySets a local transaction for the .NET Framework to use to access the database.  
Top
See Also