4 references to GetConnection
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (2)
252
connection = base.
GetConnection
() as OdbcConnection;
301
connection = base.
GetConnection
() as OdbcConnection;
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (2)
338
connection = base.
GetConnection
() as OleDbConnection;
381
connection = base.
GetConnection
() as OleDbConnection;