CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
TransactionalTypes.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="TransactionalTypes.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Provides a list of possible transactional</summary>
7//-----------------------------------------------------------------------
8namespace Csla
9{
10
17 {
28 Manual,
35#if !NETSTANDARD2_0 && !NET5_0
36 ,
42#endif
43 }
44}
TransactionalTypes
Provides a list of possible transactional technologies to be used by the server-side DataPortal.
@ TransactionScope
Causes the server-side DataPortal to use System.Transactions TransactionScope style transactions.
@ EnterpriseServices
Causes the server-side DataPortal to use Enterprise Services (COM+) transactions.
@ Manual
Causes the server-side DataPortal to use no explicit transactional technology.