2 writes to _statementType
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1113
batchCommands[0].
_statementType
= statementType;
1136
batchCommands[commandCount].
_statementType
= statementType;
2 references to _statementType
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1394
StatementType statementType = batchCommand.
_statementType
;
1416
batchCommands[bc]._errors = ADP.UpdateConcurrencyViolation(batchCommands[bc].
_statementType
, 0, 1, new DataRow[] { rowUpdatedEvent.Rows[bc] });