3 references to StatementType
System.Data (3)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (3)
1369
StatementType stmtType = rowUpdatingEvent.
StatementType
;
1429
switch(rowUpdatingEvent.
StatementType
) {
1445
throw ADP.InvalidStatementType(rowUpdatingEvent.
StatementType
);