2 writes to DeleteCommand
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
718DeleteCommand = command; 1354DeleteCommand = null;
5 references to DeleteCommand
System.Data (5)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (5)
704DbCommand command = InitializeCommand(DeleteCommand); 1216return DeleteCommand; 1338if (DeleteCommand == adapter.DeleteCommand) { 1349if (null != (command = DeleteCommand)) { 1384command = DeleteCommand;