You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
parent
92747312ea
commit
0b380204a4
@@ -194,7 +194,7 @@ namespace System.Data.OleDb {
|
||||
if (!_hasSupportIRow) {
|
||||
object value = command.GetPropertyValue(OleDbPropertySetGuid.Rowset, ODB.DBPROP_IRow);
|
||||
|
||||
// SQLOLEDB always returns VARIANT_FALSE for DBPROP_IROW, so base the answer on existance
|
||||
// SQLOLEDB always returns VARIANT_FALSE for DBPROP_IROW, so base the answer on existence
|
||||
supportIRow = !(value is OleDbPropertyStatus);
|
||||
_supportIRow = supportIRow;
|
||||
_hasSupportIRow = true;
|
||||
|
||||
Reference in New Issue
Block a user