2 writes to StatementType
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
937batchCommands[0].StatementType = statementType; 956batchCommands[commandCount].StatementType = statementType;
2 references to StatementType
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
1181StatementType statementType = batchCommand.StatementType; 1198batchCommands[bc].Errors = ADP.UpdateConcurrencyViolation(batchCommands[bc].StatementType, 0, 1, new DataRow[] { rowUpdatedEvent.Rows[bc] });