Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 525 Bytes

File metadata and controls

12 lines (8 loc) · 525 Bytes

TransactionSettingsAttribute.DeferStart property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets / sets if the transaction start should be deferred if possible (generally until the connection property of unit of work object is read). This might have undesired side effects so use with care.

public bool DeferStart { get; set; }

See Also