DataContext Properties
Silverlight
The DataContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangeConflicts | Returns a collection of objects that caused concurrency conflicts when SubmitChanges was called. |
|
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. |
Community Additions
ADD
Show: