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