2 references to GetPropertyValue
System.Data (2)
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 (1)
1646
return _command.
GetPropertyValue
(OleDbPropertySetGuid.Rowset, propertyId);