3 writes to _rebindCollection
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (3)
34
set {
_rebindCollection
= value; }
104
_rebindCollection
= false;
143
_rebindCollection
= true;
3 references to _rebindCollection
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcParameterCollection.cs (3)
33
get { return
_rebindCollection
; }
112
if (
_rebindCollection
) {
148
if (!
_rebindCollection
) {