DataContext Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data.Linq Namespace
DataContext Class
DataContext Properties
ChangeConflicts Property
CommandTimeout Property
Connection Property
DeferredLoadingEnabled Propert ...
LoadOptions Property
Log Property
Mapping Property
ObjectTrackingEnabled Property
Transaction Property
DataContext Class
DataContext Members
DataContext Constructor
DataContext Methods
DataContext Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataContext Properties
The
DataContext
type exposes the following members.
Properties
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
Specifies whether to delay-load one-to-many or one-to-one relationships.
LoadOptions
Gets or sets the
DataLoadOptions
associated with this
DataContext
.
Log
Specifies the destination to write the SQL query or command.
Mapping
Returns the
MetaModel
on which the mapping is based.
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.
Top
See Also
Reference
DataContext Class
System.Data.Linq Namespace
Tags :