public void CustomTransactionIsolationLevel()
 {
     #region CustomTransactionIsolationLevel
     Configure configure = Configure.With();
     configure.IsolationLevel(IsolationLevel.RepeatableRead);
     #endregion
 }
Example #2
0
        void CustomTransactionIsolationLevel(Configure configure)
        {
            #region CustomTransactionIsolationLevel

            configure.IsolationLevel(IsolationLevel.RepeatableRead);

            #endregion
        }
        void CustomTransactionIsolationLevel(Configure configure)
        {
            #region CustomTransactionIsolationLevel

            configure.IsolationLevel(IsolationLevel.RepeatableRead);

            #endregion
        }