Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

Isolation Level in CSLA

$
0
0

Hello,

I want to change the default isolation level of the transactions in CSLA from serializable to ReadCommited. I tried to change the app.config file

<add key="CslaTransactionIsolationLevel" value="ReadCommitted" />

But it seems to have no effect. Should i consider something else?


Viewing all articles
Browse latest Browse all 764

Trending Articles