DataContext.Dispose()
DataContext.Dispose()
I need to close the connection of the DataContext. The thing is that i am using it on an ASP.NET enviorement, wich takes the OracleConnectionString from the we.config. Does the method Dispose() closes the underlaying connection?