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)
151
DbConnection con = conManager.
UseConnection
(this);
168
DbConnection con = conManager.
UseConnection
(this);
196
DbConnection con = conManager.
UseConnection
(this);
611
this.conManager.
UseConnection
(this);
716
DbConnection con = this.conManager.
UseConnection
(this);
762
this.conManager.
UseConnection
(this);
1032
DbConnection con = this.conManager.
UseConnection
(this);
1050
this.conManager.
UseConnection
(objReader.Session);
1103
this.conManager.
UseConnection
(objReader.Session);
1127
this.conManager.
UseConnection
(session);