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