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