4 references to Rowset
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1248propSet.SetPropertySet(0, OleDbPropertySetGuid.Rowset, dbprops);
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (1)
195object value = command.GetPropertyValue(OleDbPropertySetGuid.Rowset, ODB.DBPROP_IRow);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1643return GetPropertyOnRowset(OleDbPropertySetGuid.Rowset, propertyId); 1646return _command.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId);