Set the UpdatedRowSource property of your command to UpdateRowSource.None

command.UpdatedRowSource = UpdateRowSource.None;