The following tables list the members exposed by the LinqCarboniteController<TDataContext> type.
| Name | Description | |
|---|---|---|
|
CloseDataContextOnChangesConfirmation | Gets a value indicating whether the current Carbonite controller must close the underlying data store context after successfully calling the ConfirmChanges method. (inherited from BaseCarboniteController). |
|
DataContext | Gets the underlying data store context. (inherited from CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>). |
|
HasChangeBuffer | Gets a true value indicating that Linq to SQL data context supports data change buffering. |
|
PersistChangesPerOperation | Gets a value indicating whether the current Carbonite controller must commit data changes every time a persistence method of a DAO is successfully called. (inherited from BaseCarboniteController). |
|
Transaction | Gets the current transactional context, if any, to the underlying data store. (inherited from CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>). |