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