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)
374
return
_notifyAfter
;
2072
if (
_notifyAfter
> 0) { // no action if no value specified
2101
_rowsUntilNotification =
_notifyAfter
;
2106
if (!abortOperation && _rowsUntilNotification >
_notifyAfter
) { // if the specified counter decreased we update
2107
_rowsUntilNotification =
_notifyAfter
; // decreased we update otherwise not
2467
_rowsUntilNotification =
_notifyAfter
;