Skip to content

TransactionSettings class

namespace: Serenity.Data   assemblySerenity.Net.Services

Determines the transaction isolation level and defer start flag used for service endpoint actions when creating the UnitOfWork class.

public class TransactionSettings

Public Members

name description
TransactionSettings() The default constructor.
DeferStart { get; set; } Gets or sets the defer start flag.
IsolationLevel { get; set; } Gets or sets the isolation level.
const SectionKey The default section key for TransactionSettings.

See Also