4 references to ErrorCount
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5031
_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].errorsIndexEnd = stateObj.
ErrorCount
;
5069
_SqlRPCBatchArray[_currentlyExecutingBatch].errorsIndexEnd = _stateObj.
ErrorCount
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2760
if ((TdsEnums.DONE_ERROR == (TdsEnums.DONE_ERROR & status)) && stateObj.
ErrorCount
== 0 &&
11444
_physicalStateObj != null ? "(null)" : _physicalStateObj.
ErrorCount
.ToString((IFormatProvider)null),