3 references to StatementType
System.Data.Common (3)
System\Data\Common\DBCommandBuilder.cs (3)
1544
StatementType stmtType = rowUpdatingEvent.
StatementType
;
1604
switch (rowUpdatingEvent.
StatementType
)
1621
throw ADP.InvalidStatementType(rowUpdatingEvent.
StatementType
);