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