3 implementations of DeleteCommand
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
67
IDbCommand? IDbDataAdapter.
DeleteCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataAdapter.cs (1)
52
IDbCommand? IDbDataAdapter.
DeleteCommand
System.Data.OleDb (1)
OleDbDataAdapter.cs (1)
57
IDbCommand? IDbDataAdapter.
DeleteCommand
3 writes to DeleteCommand
System.Data.Common (3)
System\Data\Common\DbDataAdapter.cs (3)
63
_IDbDataAdapter.
DeleteCommand
= value;
249
_IDbDataAdapter.
DeleteCommand
= CloneCommand(pfrom.DeleteCommand);
276
pthis.
DeleteCommand
= null;
4 references to DeleteCommand
System.Data.Common (4)
System\Data\Common\DbDataAdapter.cs (4)
59
return (DbCommand?)(_IDbDataAdapter.
DeleteCommand
);
249
_IDbDataAdapter.DeleteCommand = CloneCommand(pfrom.
DeleteCommand
);
1031
dataCommand = _IDbDataAdapter.
DeleteCommand
;
1753
command = adapter._IDbDataAdapter.
DeleteCommand
;