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