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