4 references to Value
System.Data.OleDb (4)
OleDbConnection.cs (1)
538
hr = idbProperties.
Value
.SetProperties(propSet.PropertySetCount, propSet);
OleDbConnectionInternal.cs (2)
363
using (DBPropSet propset = new DBPropSet(idbProperties.
Value
, propidset, out hr))
836
using (PropertyInfoSet infoset = new PropertyInfoSet(idbProperties.
Value
, propidset))
OleDbConnectionStringBuilder.cs (1)
470
using (DBPropSet propset = new DBPropSet(idbProperties.
Value
, propidset, out hr))