2 references to OleDbConnectionInternal
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (1)
38
DbConnectionInternal result = new
OleDbConnectionInternal
((OleDbConnectionString)options, (OleDbConnection)owningObject);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
397
using(OleDbConnectionInternal connection = new
OleDbConnectionInternal
(constr, (OleDbConnection)null)) {