2 writes to RebindCollection
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
475
_parameterCollection.
RebindCollection
= true;
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
307
command.Parameters.
RebindCollection
= true;
1 reference to RebindCollection
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
396
else if ((null != _parameterCollection) && _parameterCollection.
RebindCollection
) {