Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: Multi-tenancy and connection pool

$
0
0
Exposing the baseConnection.StateChange events in XDConnection might help to resolve the "The connection is not open." exception thrown on SaveChanges, e.g.:
public override event StateChangeEventHandler StateChange {
    add {
        this._baseConnection.StateChange += value;
    }
    remove {
        this._baseConnection.StateChange -= value;
    }
}

Viewing all articles
Browse latest Browse all 1793

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>