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