1 write to _notifyAfter
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
378_notifyAfter = value;
6 references to _notifyAfter
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (6)
374return _notifyAfter; 2072if (_notifyAfter > 0) { // no action if no value specified 2101_rowsUntilNotification = _notifyAfter; 2106if (!abortOperation && _rowsUntilNotification > _notifyAfter) { // if the specified counter decreased we update 2107_rowsUntilNotification = _notifyAfter; // decreased we update otherwise not 2467_rowsUntilNotification = _notifyAfter;