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