Implemented interface member:
method
UseConnection
System.Data.Linq.SqlClient.IConnectionManager.UseConnection(System.Data.Linq.SqlClient.IConnectionUser)
10 references to UseConnection
System.Data.Linq (10)
SqlClient\SqlProvider.cs (10)
151DbConnection con = conManager.UseConnection(this); 168DbConnection con = conManager.UseConnection(this); 196DbConnection con = conManager.UseConnection(this); 611this.conManager.UseConnection(this); 716DbConnection con = this.conManager.UseConnection(this); 762this.conManager.UseConnection(this); 1032DbConnection con = this.conManager.UseConnection(this); 1050this.conManager.UseConnection(objReader.Session); 1103this.conManager.UseConnection(objReader.Session); 1127this.conManager.UseConnection(session);