In the light of Closing connections explicitly in Entity Framework and http://msdn.microsoft.com/en-us/library/bb738582%28v=vs.90%29.aspx it seems that I should be using the con
I used next code to getting connection (Entity Framework 5.0):
var connection = Context.Database.Connection;