TransactionSettings class
namespace: Serenity.Data assembly: Serenity.Net.Data
Determines the transaction isolation level and defer start flag used for service endpoint action use when creating the UnitOfWork class
public class TransactionSettings
Public Members
| name | description |
|---|---|
| TransactionSettings() | The default constructor. |
| DeferStart { get; set; } | Gets sets the defer start flag |
| IsolationLevel { get; set; } | Gets sets the isolation level |
| const SectionKey | Default sectionkey for TransactionSettings |
See Also
- Source: TransactionSettings.cs