CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.DataOptions Class Reference

Use this type to configure the settings for the CSLA .NET data subsystem. More...

Properties

TransactionIsolationLevel DefaultTransactionIsolationLevel [get, set]
 Sets the default transaction isolation level.
int DefaultTransactionTimeoutInSeconds [get, set]
 Sets the default transaction timeout in seconds.
TransactionScopeAsyncFlowOption DefaultTransactionAsyncFlowOption [get, set]
 Sets the default transaction async flow option used to create new TransactionScope objects.

Detailed Description

Use this type to configure the settings for the CSLA .NET data subsystem.

Property Documentation

◆ DefaultTransactionAsyncFlowOption

TransactionScopeAsyncFlowOption Csla.Configuration.DataOptions.DefaultTransactionAsyncFlowOption
getset

Sets the default transaction async flow option used to create new TransactionScope objects.

◆ DefaultTransactionIsolationLevel

TransactionIsolationLevel Csla.Configuration.DataOptions.DefaultTransactionIsolationLevel
getset

Sets the default transaction isolation level.

◆ DefaultTransactionTimeoutInSeconds

int Csla.Configuration.DataOptions.DefaultTransactionTimeoutInSeconds
getset

Sets the default transaction timeout in seconds.


The documentation for this class was generated from the following file: