| Type | Description |
|---|---|
BusinessObjectOptions |
Contains public options that can be set to affect how the business object operates |
EntityBase |
A base class that can be used as a base an EntityBase class which can be specified explicitly using the EntityBase="Westwind.BusinessFramework.LinqToSql.EntityBase" on the Database key of the DMBL file. Currently not used for anything but potentially add functionality in the future. |
EntityState |
that maintains some entity related settings on an EntityBase instance |
SqlNative |
Sql Server Native Data Connector implementation layered ontop of plain old ADO.NET. |
ConflictResolutionModes |
Determines how conflicts on SubmitChanges are handled. |
ResultListTypes |
|
TrackingModes |
Determines how LINQ Change Tracking is applied |
IDbNative |
that describes a |