3 writes to _rebindCollection
System.Data.Odbc (3)
System\Data\Odbc\OdbcParameterCollection.cs (3)
24
set {
_rebindCollection
= value; }
109
_rebindCollection
= false;
157
_rebindCollection
= true;
3 references to _rebindCollection
System.Data.Odbc (3)
System\Data\Odbc\OdbcParameterCollection.cs (3)
23
get { return
_rebindCollection
; }
119
if (
_rebindCollection
)
163
if (!
_rebindCollection
)