4 references to Rowset
System.Data.OleDb (4)
OleDbCommand.cs (1)
1349propSet.SetPropertySet(0, OleDbPropertySetGuid.Rowset, dbprops);
OleDbConnectionString.cs (1)
197object? value = command.GetPropertyValue(OleDbPropertySetGuid.Rowset, ODB.DBPROP_IRow);
OleDbDataReader.cs (2)
1798return GetPropertyOnRowset(OleDbPropertySetGuid.Rowset, propertyId); 1802return _command.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId);