DataContext Properties
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | ChangeConflicts | Gets a collection of objects that caused concurrency conflicts when SubmitChanges was called. |
![]() | CommandTimeout | Gets or sets a value that increases the time-out period for queries that would otherwise time out during the default time-out period. |
![]() | Connection | Gets the connection used by the framework. |
![]() | DeferredLoadingEnabled | Gets or sets a value that indicates whether to delay-load one-to-many or one-to-one relationships. |
![]() | LoadOptions | Gets or sets the DataLoadOptions associated with this DataContext. |
![]() | Log | Gets or sets the destination to write the SQL query or command. |
![]() | Mapping | Gets the MetaModel on which the mapping is based. |
![]() | ObjectTrackingEnabled | Gets or sets a value that indicates whether object tracking is enabled. |
![]() | Transaction | Gets or sets a local transaction for the .NET Framework to use to access the database. |
Show:
