5 references to EventRowUpdating
System.Data.OleDb (5)
OleDbDataAdapter.cs (5)
118
OleDbRowUpdatingEventHandler? handler = (OleDbRowUpdatingEventHandler?)Events[
EventRowUpdating
];
127
Events.RemoveHandler(
EventRowUpdating
, d);
130
Events.AddHandler(
EventRowUpdating
, value);
132
remove { Events.RemoveHandler(
EventRowUpdating
, value); }
445
OleDbRowUpdatingEventHandler? handler = (OleDbRowUpdatingEventHandler?)Events[
EventRowUpdating
];