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