Contains public options that can be set to affect how the business object operates
System.Object
Westwind.BusinessFramework.EntityFramework.BusinessObjectOptions
public class BusinessObjectOptions : object
Class Members
| Member | Description |
|---|
 |
Constructor |
|
 |
ConflictResolutionMode |
Determines the default Conflict Resolution mode for changes submitted to the context. |
 |
ConnectionString |
Optional Connection string that is used with the data context |
 |
ThrowExceptions |
Determines whether exceptions are thrown on errors or whether error messages are merely set. |
 |
TrackingMode |
Determines how LINQ is used for object tracking. |
Requirements
Namespace: Westwind.BusinessFramework.EntityFramework
Assembly: westwind.businessframework.dll