Name | Description | |
---|---|---|
![]() | ChangeConflicts | Returns a collection of objects that caused concurrency conflicts when SubmitChanges was called. |
![]() | CommandTimeout | Increases the time-out period for queries that would otherwise time out during the default time-out period. |
![]() | Connection | Returns the connection used by the framework. |
![]() | DeferredLoadingEnabled | Instructs the framework not to delay-load one-to-many or one-to-one relationships. |
![]() | EntityCachingMode | Determines how context's entity cache works. |
![]() | Errors | Gets the collection of errors, occurred while performing the SubmitChanges operation and not processed in the OnSubmitError event. |
![]() | HasErrors | Indicates whether there are unprocessed errors, occurred during SubmitChanges operation. |
![]() | LoadOptions | Gets or sets the DataLoadOptions associated with this DataContext. |
![]() | Log | Prints the SQL query or command to the TextReader. |
![]() | Mapping | Returns the MetaModel on which the mapping is based. |
![]() | MaxBatchSize | Gets or sets the max number of queries, united in the batch for speeding up the SubmitChanges operation. |
![]() | MaxUsedConnections | Gets or sets the maximal number of opened connections. |
![]() | ObjectTrackingEnabled | Instructs the framework to track the original value and object identity for this DataContext. |
![]() | Transaction | Sets a local transaction for the .NET Framework to use to access the database. |