2 writes to _command
System.Data (2)
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (2)
42
_command
= command; // maybe null
53
_command
= value;
1 reference to _command
System.Data (1)
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
50
return
_command
;