2 references to OleDbConnectionInternal
System.Data.OleDb (2)
OleDbConnectionFactory.cs (1)
38
DbConnectionInternal result = new
OleDbConnectionInternal
((OleDbConnectionString)options, (OleDbConnection?)owningObject);
OleDbConnectionStringBuilder.cs (1)
430
using (OleDbConnectionInternal connection = new
OleDbConnectionInternal
(constr, null))