2 writes to Command
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1628rowUpdatingEvent.Command = command;
System.Data.Odbc (1)
System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
32base.Command = value;
5 references to Command
System.Data.Common (4)
System\Data\Common\DBCommandBuilder.cs (3)
1545DbCommand? command = (DbCommand?)rowUpdatingEvent.Command; 1567if (command != rowUpdatingEvent.Command) 1569command = (DbCommand?)rowUpdatingEvent.Command;
System\Data\Common\DbDataAdapter.cs (1)
1067IDbCommand? tmpCommand = rowUpdatingEvent.Command;
System.Data.Odbc (1)
System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
29get { return (base.Command as OdbcCommand); }