1 instantiation of IDBPropertiesWrapper
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
197
return new
IDBPropertiesWrapper
(ComWrapper());
7 references to IDBPropertiesWrapper
System.Data (7)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (2)
273
private
IDBPropertiesWrapper
IDBProperties() {
538
using(
IDBPropertiesWrapper
idbProperties = IDBProperties()) {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (3)
188
internal
IDBPropertiesWrapper
IDBProperties() {
350
using(
IDBPropertiesWrapper
idbProperties = IDBProperties()) {
759
using(
IDBPropertiesWrapper
idbProperties = IDBProperties()) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
428
using(
IDBPropertiesWrapper
idbProperties = connection.IDBProperties()) {
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
195
internal
IDBPropertiesWrapper
IDBProperties(OleDbConnectionInternal connection) {