2 writes to _command
System.Data.Common (2)
System\Data\Common\RowUpdatingEventArgs.cs (2)
33
_command
= command; // maybe null
41
set {
_command
= value; }
1 reference to _command
System.Data.Common (1)
System\Data\Common\RowUpdatingEventArgs.cs (1)
40
get { return
_command
; }