4 implementations of DeleteCommand
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
67
IDbCommand IDbDataAdapter.
DeleteCommand
{ // V1.2.3300
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
61
IDbCommand IDbDataAdapter.
DeleteCommand
{
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
64
IDbCommand IDbDataAdapter.
DeleteCommand
{
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
64
IDbCommand IDbDataAdapter.
DeleteCommand
{
3 writes to DeleteCommand
System.Data (3)
fx\src\data\System\Data\Common\DbDataAdapter.cs (3)
63
_IDbDataAdapter.
DeleteCommand
= value;
221
_IDbDataAdapter.
DeleteCommand
= CloneCommand(pfrom.DeleteCommand);
242
pthis.
DeleteCommand
= null;
4 references to DeleteCommand
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
60
return (DbCommand)(_IDbDataAdapter.
DeleteCommand
);
221
_IDbDataAdapter.DeleteCommand = CloneCommand(pfrom.
DeleteCommand
);
864
dataCommand = _IDbDataAdapter.
DeleteCommand
;
1481
command = adapter._IDbDataAdapter.
DeleteCommand
;