2 writes to DeleteCommand
Microsoft.Data.Analysis (1)
DataFrame.IO.cs (1)
233
dataAdapter.
DeleteCommand
= commandBuilder.GetDeleteCommand();
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1505
adapter.
DeleteCommand
= null;
1 reference to DeleteCommand
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1503
if (DeleteCommand == adapter.
DeleteCommand
)