2 references to GetPropertyValue
System.Data.OleDb (2)
OleDbConnectionString.cs (1)
197object? value = command.GetPropertyValue(OleDbPropertySetGuid.Rowset, ODB.DBPROP_IRow);
OleDbDataReader.cs (1)
1802return _command.GetPropertyValue(OleDbPropertySetGuid.Rowset, propertyId);