4 writes to Command
System.Data (4)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1453
rowUpdatingEvent.
Command
= command;
fx\src\data\System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
38
base.
Command
= value; }
fx\src\data\System\Data\OleDb\OleDbRowUpdatingEvent.cs (1)
24
set { base.
Command
= value; }
fx\src\data\System\Data\SqlClient\SqlRowUpdatingEvent.cs (1)
22
set { base.
Command
= value; }
7 references to Command
System.Data (7)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (3)
1370
DbCommand command = (DbCommand)rowUpdatingEvent.
Command
;
1390
if (command != rowUpdatingEvent.
Command
) {
1391
command = (DbCommand)rowUpdatingEvent.
Command
;
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
900
IDbCommand tmpCommand = rowUpdatingEvent.
Command
;
fx\src\data\System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
36
get { return (base.
Command
as OdbcCommand); }
fx\src\data\System\Data\OleDb\OleDbRowUpdatingEvent.cs (1)
23
get { return (base.
Command
as OleDbCommand); }
fx\src\data\System\Data\SqlClient\SqlRowUpdatingEvent.cs (1)
21
get { return (base.
Command
as SqlCommand); }