Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

Time to get connection from pool

$
0
0

Pretty straight forward question. 

How can i get the time for my application to get a connection from the connection pool ?

 public static OracleConnection GetOracleConnection()
        {
            OracleConnection myConnection = new OracleConnection();
            myConnection.ConnectionString = "something";
            return myConnection;
        }


//SFP



Viewing all articles
Browse latest Browse all 31927

Trending Articles



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