4 references to Value
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
542hr = idbProperties.Value.SetProperties(propSet.PropertySetCount, propSet);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
353using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) { 760using(PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.Value, propidset)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
431using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) {