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