4 implementations of InsertCommand
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
104
IDbCommand IDbDataAdapter.
InsertCommand
{ // V1.2.3300
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
77
IDbCommand IDbDataAdapter.
InsertCommand
{
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (1)
80
IDbCommand IDbDataAdapter.
InsertCommand
{
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (1)
80
IDbCommand IDbDataAdapter.
InsertCommand
{
3 writes to InsertCommand
System.Data (3)
fx\src\data\System\Data\Common\DbDataAdapter.cs (3)
100
_IDbDataAdapter.
InsertCommand
= value;
219
_IDbDataAdapter.
InsertCommand
= CloneCommand(pfrom.InsertCommand);
240
pthis.
InsertCommand
= null;
4 references to InsertCommand
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (4)
97
return (DbCommand)(_IDbDataAdapter.
InsertCommand
);
219
_IDbDataAdapter.InsertCommand = CloneCommand(pfrom.
InsertCommand
);
860
dataCommand = _IDbDataAdapter.
InsertCommand
;
1477
command = adapter._IDbDataAdapter.
InsertCommand
;